r15507 by jghali - #9389 : commit missing update to docs
scribus-commit
scribus-commit at lists.scribus.net
Thu Oct 7 23:58:52 CEST 2010
Author: jghali
Date: Thu Oct 7 21:58:51 2010
New Revision: 15507
URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=15507
Log:
#9389 : commit missing update to docs
Modified:
branches/Version135/Scribus/scribus/doc/de/scripterapi-setobjprop.html
branches/Version135/Scribus/scribus/doc/en/scripterapi-setobjprop.html
branches/Version135/Scribus/scribus/doc/fr/scripterapi-setobjprop.html
Modified: branches/Version135/Scribus/scribus/doc/de/scripterapi-setobjprop.html
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15507&path=/branches/Version135/Scribus/scribus/doc/de/scripterapi-setobjprop.html
==============================================================================
--- branches/Version135/Scribus/scribus/doc/de/scripterapi-setobjprop.html (original)
+++ branches/Version135/Scribus/scribus/doc/de/scripterapi-setobjprop.html Thu Oct 7 21:58:51 2010
@@ -42,7 +42,7 @@
<p>Sets the gradient fill of the object "name" to type. Color descriptions are the same as for <a href="#-setFillColor">setFillColor</a>() and <a href="#-setFillShade">setFillShade</a>(). See the constants for available types (FILL_<type>).</p></dd>
<dt><a name="-setLineCap"><strong>setLineCap</strong></a>(...)</dt>
-<dd><code>setLineEnd(endtype, ["name"])</code>
+<dd><code>setLineCap(captype, ["name"])</code>
<p>Sets the line cap style of the object "name" to the style "cap". If "name" is not given the currently selected item is used. There are predefined constants for "cap" - CAP_<type>.</p></dd>
<dt><a name="-setLineColor"><strong>setLineColor</strong></a>(...)</dt>
Modified: branches/Version135/Scribus/scribus/doc/en/scripterapi-setobjprop.html
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15507&path=/branches/Version135/Scribus/scribus/doc/en/scripterapi-setobjprop.html
==============================================================================
--- branches/Version135/Scribus/scribus/doc/en/scripterapi-setobjprop.html (original)
+++ branches/Version135/Scribus/scribus/doc/en/scripterapi-setobjprop.html Thu Oct 7 21:58:51 2010
@@ -57,7 +57,7 @@
<p>Set or add a gradient stop to the gradient fill of the object \"name\" at position ramppoint. Color descriptions are the same as for <a href="#-setFillColor">setFillColor</a>() and <a href="#-setFillShade">setFillShade</a>(). setGradientFill() must have been called previously for the gradient fill to be visible.</p></dd>
<dt><a name="-setLineCap"><strong>setLineCap</strong></a>(...)</dt>
-<dd><code>setLineEnd(endtype, ["name"])</code>
+<dd><code>setLineCap(captype, ["name"])</code>
<p>Sets the line cap style of the object "name" to the style "cap". If "name" is not given the currently selected item is used. There are predefined constants for "cap" - CAP_<type>.</p></dd>
<dt><a name="-setLineColor"><strong>setLineColor</strong></a>(...)</dt>
Modified: branches/Version135/Scribus/scribus/doc/fr/scripterapi-setobjprop.html
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15507&path=/branches/Version135/Scribus/scribus/doc/fr/scripterapi-setobjprop.html
==============================================================================
--- branches/Version135/Scribus/scribus/doc/fr/scripterapi-setobjprop.html (original)
+++ branches/Version135/Scribus/scribus/doc/fr/scripterapi-setobjprop.html Thu Oct 7 21:58:51 2010
@@ -55,7 +55,7 @@
les constantes pour les types disponibles (FILL_<type>).</p></dd>
<dt><a name="-setLineCap"><strong>setLineCap</strong></a>(...)</dt>
-<dd><code>setLineEnd(typeFin, ["nom"])</code>
+<dd><code>setLineCap(typeFin, ["nom"])</code>
<p>Établit la valeur de style "typeFin" pour le bout de ligne de l'objet "nom".
Si le "nom" n'est pas fourni, l'élément sélectionné est utilisé. Il
y a des constantes prédéfinies pour "typeFin" - CAP_<type>.</p></dd>
More information about the scribus-commit
mailing list