SettingsDialog.st
changeset 13270 73c12fa47f29
parent 13116 9e874b8306a7
child 13322 7932b47dbcc2
child 13330 02d6c2d848a0
--- a/SettingsDialog.st	Wed Jul 31 10:33:05 2013 +0200
+++ b/SettingsDialog.st	Wed Jul 31 11:18:07 2013 +0200
@@ -255,7 +255,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'
@@ -264,12 +264,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'!
@@ -1624,11 +1626,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 $'
 ! !