SettingsDialog.st
changeset 12765 22dc3b61ae68
parent 12029 fa8f6787ea95
child 12807 ba8c5416aa28
child 13086 4964c4ee8a9c
--- a/SettingsDialog.st	Tue May 21 22:31:29 2013 +0200
+++ b/SettingsDialog.st	Tue May 21 22:32:23 2013 +0200
@@ -337,20 +337,20 @@
                              (ActionButtonSpec
                                 label: 'Save'
                                 name: 'Button3'
+                                activeHelpKey: saveSettingsToFile
                                 translateLabel: true
                                 tabable: true
                                 model: saveSettingsWithoutAskingForFile
                                 extent: (Point 126 22)
-                                activeHelpKey: saveSettingsToFile
                               )
                              (ActionButtonSpec
                                 label: 'Load From...'
                                 name: 'Button2'
+                                activeHelpKey: loadSettingsFromFile
                                 translateLabel: true
                                 tabable: true
                                 model: loadSettingsFromFile
                                 extent: (Point 126 22)
-                                activeHelpKey: loadSettingsFromFile
                               )
                              )
                            
@@ -406,36 +406,37 @@
                              (ActionButtonSpec
                                 label: 'Apply'
                                 name: 'Apply'
+                                activeHelpKey: acceptChangedSettings
                                 translateLabel: true
                                 tabable: true
                                 model: doSave
                                 enableChannel: enableOK
-                                activeHelpKey: acceptChangedSettings
                                 extent: (Point 168 22)
                               )
                              (ActionButtonSpec
                                 label: 'Discard'
                                 name: 'Reload'
+                                activeHelpKey: discardChangedSettings
                                 translateLabel: true
                                 tabable: true
                                 model: doReload
                                 enableChannel: enableReload
-                                activeHelpKey: discardChangedSettings
                                 extent: (Point 169 22)
                               )
                              (ActionButtonSpec
                                 label: 'Help'
                                 name: 'Help'
+                                activeHelpKey: helpOnSettings
                                 translateLabel: true
                                 tabable: true
                                 model: help
                                 enableChannel: enableHelp
                                 extent: (Point 169 22)
-                                activeHelpKey: helpOnSettings
                               )
                              )
                            
                           )
+                          keepSpaceForOSXResizeHandleH: true
                         )
                        )
                      
@@ -1599,15 +1600,16 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.101 2012-11-04 21:47:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.102 2013-05-21 20:32:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.101 2012-11-04 21:47:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.102 2013-05-21 20:32:23 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id§'
+    ^ '$Id: SettingsDialog.st,v 1.102 2013-05-21 20:32:23 cg Exp $'
 ! !
 
+
 SettingsDialog initialize!