Author: coolo
Date: Thu Jan 31 20:12:54 2008
New Revision: 44088
URL: http://svn.opensuse.org/viewcvs/yast?rev=44088&view=rev
Log:
Created tag stable-2_16_2 for gtk
Added:
tags/stable-2_16_2/gtk/
- copied from r44087, trunk/gtk/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: aschnell
Date: Thu Jan 31 19:08:25 2008
New Revision: 44084
URL: http://svn.opensuse.org/viewcvs/yast?rev=44084&view=rev
Log:
Created tag stable-2_16_15 for installation
Added:
tags/stable-2_16_15/installation/
- copied from r44083, trunk/installation/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: fehr
Date: Thu Jan 31 18:10:51 2008
New Revision: 44082
URL: http://svn.opensuse.org/viewcvs/yast?rev=44082&view=rev
Log:
Created tag branch-SLE-10-SP2-2_13_97 for storage
Added:
tags/branch-SLE-10-SP2-2_13_97/storage/
- copied from r44081, branches/SuSE-SLE-10-SP2-Branch/storage/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: aschnell
Date: Thu Jan 31 17:01:33 2008
New Revision: 44080
URL: http://svn.opensuse.org/viewcvs/yast?rev=44080&view=rev
Log:
- fixed quotes
Modified:
trunk/yast2/library/cwm/doc/dialog_tree.xml
Modified: trunk/yast2/library/cwm/doc/dialog_tree.xml
URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/cwm/doc/dialog_tre…
==============================================================================
--- trunk/yast2/library/cwm/doc/dialog_tree.xml (original)
+++ trunk/yast2/library/cwm/doc/dialog_tree.xml Thu Jan 31 17:01:33 2008
@@ -44,7 +44,7 @@
"widget_descr" : $[...],
(4) "back_button" : "",
"next_button" : "NextButton",
- "abort_button" : AbortButton",
+ "abort_button" : "AbortButton",
"functions" : $[...]
]);
</screen>
@@ -58,7 +58,7 @@
</para>
<para>
It takes one map as parameter. It contains all the needed information for
-for creating and running the dialog. Return value is a symbol for the wizard
+creating and running the dialog. Return value is a symbol for the wizard
sequencer.
</para>
<para>
@@ -91,7 +91,7 @@
<listitem><para>
<computeroutput>"caption" : string</computeroutput>
is the dialog caption. Will be used as the caption of the dialog when the screen
-is shown, and also as caption for the label to the tree widget the
+is shown, and also as caption for the label to the tree widget the
<computeroutput>"tree_item_label"</computeroutput> key is missing.
</para></listitem>
<listitem><para>
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org