NewLauncher.st
changeset 4323 f867421ae6e1
parent 4265 311cee0e2e52
child 4381 48e99071d865
--- a/NewLauncher.st	Tue Nov 26 16:56:56 2002 +0100
+++ b/NewLauncher.st	Tue Nov 26 16:57:45 2002 +0100
@@ -139,6 +139,11 @@
     ^'ST/X Launcher'
 
 
+!
+
+settingsDialogClass
+
+    ^ AbstractLauncherApplication::SettingsDialog
 ! !
 
 !NewLauncher class methodsFor:'defaults'!
@@ -4160,5 +4165,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.280 2002-11-18 10:10:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.281 2002-11-26 15:57:45 penk Exp $'
 ! !