NewLauncher.st
changeset 14825 3b293654e51e
parent 14824 92300c44b530
child 14826 dae54363b490
--- a/NewLauncher.st	Tue Nov 11 16:03:24 2014 +0100
+++ b/NewLauncher.st	Tue Nov 11 16:05:38 2014 +0100
@@ -4975,8 +4975,8 @@
     d := Dialog new.
     d label:(resources string:'Load Package').
     d addAbortButton.
+    d addOkButton:(Button label:(resources string:'Load & Browse') action:[browse := true. d accept]).
     d addOkButtonLabelled:(resources string:'Load').
-    (d addOkButtonLabelled:(resources string:'Load & Browse')) action:[browse := true. d accept].
 
     v := HVScrollableView for:HierarchicalListView.
     v multipleSelectOk:true.
@@ -5224,14 +5224,14 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.498 2014-11-11 15:03:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.499 2014-11-11 15:05:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.498 2014-11-11 15:03:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.499 2014-11-11 15:05:38 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: NewLauncher.st,v 1.498 2014-11-11 15:03:24 cg Exp $'
+    ^ '$Id: NewLauncher.st,v 1.499 2014-11-11 15:05:38 cg Exp $'
 ! !