SettingsDialog.st
branchjv
changeset 13330 02d6c2d848a0
parent 13180 64a4186ddfce
parent 13270 73c12fa47f29
child 13356 51a964477563
--- a/SettingsDialog.st	Thu Aug 08 10:48:08 2013 +0100
+++ b/SettingsDialog.st	Thu Aug 08 11:08:29 2013 +0100
@@ -263,7 +263,7 @@
     ^ super flyByHelpSpec addPairsFrom:#(
 
 #acceptChangedSettings
-'Accept changed settings for the current ST/X session.\Notice, that these affect the current session only.\To make the current settings the default for futre settings, save them to the settings file (using the "Save" button). Also notice, that some values affect new opened windows/tools only.'
+'Accept changed settings for the current ST/X session.\Notice, that these affect the current session only.\To make the current settings the default in the future, save them to the settings file (using the "Save" button).\Also notice, that some values affect new opened windows/tools only.'
 
 #discardChangedSettings
 'Discard changes and revert to the current active settings values'
@@ -272,12 +272,14 @@
 'Show the online documentation on the shown values in an HTML viewer'
 
 #loadSettingsFromFile
-'Load the settings from a file'
+'Load the settings from a file.\At initial startup, the "settings.stx" file is read automatically.'
 
 #saveSettingsToFile
-'Save the current settings into a file. The "settings.stx" file is automatically read upon every fresh start of ST/X.'
+'Save the current settings into a file.\The "settings.stx" file is automatically read upon every fresh start of ST/X.'
 
 )
+
+    "Modified: / 31-07-2013 / 09:52:36 / cg"
 ! !
 
 !SettingsDialog class methodsFor:'interface specs'!
@@ -1790,11 +1792,11 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.106 2013-07-05 09:08:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.107 2013-07-31 09:18:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.106 2013-07-05 09:08:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.107 2013-07-31 09:18:07 cg Exp $'
 !
 
 version_HG