SettingsDialog.st
changeset 11983 4b9d7ce885b7
parent 11982 027f2e7a175e
child 12029 fa8f6787ea95
--- a/SettingsDialog.st	Thu Nov 01 14:52:37 2012 +0100
+++ b/SettingsDialog.st	Thu Nov 01 14:54:35 2012 +0100
@@ -257,6 +257,12 @@
 #helpOnSettings
 'Show the online documentation on the shown values in an HTML viewer'
 
+#loadSettingsFromFile
+'Load the settings from a file'
+
+#saveSettingsToFile
+'Save the current settings into a file. The "settings.stx" file is automatically read upon every fresh start of ST/X.'
+
 )
 ! !
 
@@ -335,6 +341,7 @@
                                 tabable: true
                                 model: saveSettingsWithoutAskingForFile
                                 extent: (Point 126 22)
+                                activeHelpKey: saveSettingsToFile
                               )
                              (ActionButtonSpec
                                 label: 'Load From...'
@@ -343,6 +350,7 @@
                                 tabable: true
                                 model: loadSettingsFromFile
                                 extent: (Point 126 22)
+                                activeHelpKey: loadSettingsFromFile
                               )
                              )
                            
@@ -1591,11 +1599,11 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.99 2012-11-01 13:52:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.100 2012-11-01 13:54:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.99 2012-11-01 13:52:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.100 2012-11-01 13:54:35 cg Exp $'
 !
 
 version_SVN