From 18e93700638cd7b014d8bb736df10ed45fa60776 Mon Sep 17 00:00:00 2001 From: Anais AUBERT Date: Wed, 29 Apr 2015 15:00:24 +0200 Subject: [PATCH 1/1] fix xset doc about wpos parameters Change-Id: I469ab24aeea8022180c7499e8f889d0c681f264b --- scilab/modules/graphics/help/en_US/xset.xml | 2 +- scilab/modules/graphics/help/fr_FR/xset.xml | 4 ++-- scilab/modules/graphics/help/pt_BR/xset.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scilab/modules/graphics/help/en_US/xset.xml b/scilab/modules/graphics/help/en_US/xset.xml index a6d4f6e..25428bf 100644 --- a/scilab/modules/graphics/help/en_US/xset.xml +++ b/scilab/modules/graphics/help/en_US/xset.xml @@ -315,7 +315,7 @@ - xset("wpos", x, y) + xset("wpos", [x, y]) Set the position of the upper left point of the graphics diff --git a/scilab/modules/graphics/help/fr_FR/xset.xml b/scilab/modules/graphics/help/fr_FR/xset.xml index f29b393..035c2d5 100644 --- a/scilab/modules/graphics/help/fr_FR/xset.xml +++ b/scilab/modules/graphics/help/fr_FR/xset.xml @@ -293,9 +293,9 @@ - xset("wpos",x,y) + xset("wpos",[x,y]) - Choisit la position (en pixels) du point en haut à   gauche de + Choisit la position (en pixels) du point en haut à gauche de la fenêtre graphique. diff --git a/scilab/modules/graphics/help/pt_BR/xset.xml b/scilab/modules/graphics/help/pt_BR/xset.xml index a5a1e3f..7faa6e8 100644 --- a/scilab/modules/graphics/help/pt_BR/xset.xml +++ b/scilab/modules/graphics/help/pt_BR/xset.xml @@ -294,7 +294,7 @@ - xset("wpos",x,y) + xset("wpos",[x,y]) ajusta a posição do ponto superior esquerdo da janela de gráficos. -- 1.7.9.5