SettingsDialog.st
changeset 4844 73d813a7999a
parent 4838 60dfab83c50b
child 4873 3ffb8a8812ec
--- a/SettingsDialog.st	Thu Apr 24 12:27:33 2003 +0200
+++ b/SettingsDialog.st	Thu Apr 24 17:44:27 2003 +0200
@@ -264,12 +264,12 @@
                          #(#SpecCollection
                             #collection: #(
                              #(#ActionButtonSpec
-                                #label: 'OK'
-                                #name: 'OK'
+                                #label: 'Apply'
+                                #name: 'Apply'
                                 #translateLabel: true
                                 #model: #doSave
                                 #enableChannel: #enableOK
-                                #extent: #(#Point 127 22)
+                                #extent: #(#Point 171 22)
                               )
                              #(#ActionButtonSpec
                                 #label: 'Discard'
@@ -277,14 +277,7 @@
                                 #translateLabel: true
                                 #model: #doReload
                                 #enableChannel: #enableReload
-                                #extent: #(#Point 128 22)
-                              )
-                             #(#ActionButtonSpec
-                                #label: 'Close'
-                                #name: 'Close'
-                                #translateLabel: true
-                                #model: #closeRequest
-                                #extent: #(#Point 127 22)
+                                #extent: #(#Point 171 22)
                               )
                              #(#ActionButtonSpec
                                 #label: 'Help'
@@ -292,7 +285,7 @@
                                 #translateLabel: true
                                 #model: #help
                                 #enableChannel: #enableHelp
-                                #extent: #(#Point 128 22)
+                                #extent: #(#Point 171 22)
                               )
                              )
                            
@@ -1072,7 +1065,7 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.23 2003-04-23 17:23:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.24 2003-04-24 15:44:27 penk Exp $'
 ! !
 
 SettingsDialog initialize!