gimp-help-2 r2441 - in trunk: . src/using



Author: ulfehlert
Date: Mon Apr  7 18:41:48 2008
New Revision: 2441
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2441&view=rev

Log:
2008-04-07  Ulf-D. Ehlert  <ulfehlert svn gnome org>

	* src/using/script-fu-tutorial.xml: added missing link
	(fixing bug #526625 for 'en','de','fr')


Modified:
   trunk/ChangeLog
   trunk/src/using/script-fu-tutorial.xml

Modified: trunk/src/using/script-fu-tutorial.xml
==============================================================================
--- trunk/src/using/script-fu-tutorial.xml	(original)
+++ trunk/src/using/script-fu-tutorial.xml	Mon Apr  7 18:41:48 2008
@@ -5702,8 +5702,8 @@
         layer, passing
         in the ID of the image we just created. (From now on, instead
         of listing the complete function, we'll only list the lines
-        we're adding to it. You can see the complete script here.)
-        <!-- FIXME: en where?? -->
+        we're adding to it. You can see the complete script 
+        <link linkend="gimp-using-script-fu-tutorial-result">here</link>.)
         Because we've declared all of the local variables we'll use,
         we'll also close the parentheses marking the end of our
         variable declarations:
@@ -5722,7 +5722,9 @@
         die Ebene zu erstellen, wobei wir die ID des gerade erstellten Bildes
         Ãbergeben.
         (Von nun an werden wir nur die Zeilen anfÃhren, die wir hinzufÃgen,
-        anstatt die vollstÃndige Funktion anzugeben.)
+        anstatt die vollstÃndige Funktion anzugeben.
+        Das vollstÃndige Skript finden Sie
+        <link linkend="gimp-using-script-fu-tutorial-result">hier</link>.)
         Da wir alle lokalen Variablen, die wir verwenden, deklariert haben,
         werden wir auch das Klammernpaar schlieÃen, welches das Ende unserer
         lokalen Variablen markiert:
@@ -5742,7 +5744,9 @@
         crÃer ce calque, en lui transmettant l'ID de l'image que nous venons
         juste de crÃer. (Ã   partir de maintenant, au lieu de lister
         l'ensemble de la fonction, nous ne listerons que les lignes que nous
-        lui ajoutons. Vous pouvez voir ici le script complet). Et puisque
+        lui ajoutons. Vous pouvez voir
+        <link linkend="gimp-using-script-fu-tutorial-result">ici</link>
+        le script complet). Et puisque
         nous avons dÃclarà toutes les variable locales dont nous aurons
         besoin, nous pouvons aussi fermer les parenthÃses marquant la fin de
         nos dÃclarations de variablesÂ:
@@ -5757,6 +5761,7 @@
         chiuderanno tutte le parentesi segnando la fine del blocco di
         dichiarazione delle variabili:
       </para>
+      <!--TODO no: add link to "gimp-using-script-fu-tutorial-result"?-->
       <para lang="no">
         Nà nÃr du endeleg har fÃtt eit bilete, treng du ogsà eit nytt lag
         til dette biletet. Dette gjer du ved à kalla opp funksjonen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]