OldLauncher.st
changeset 2099 5533f0f13862
parent 2098 9d28a88ccdc4
child 3137 3c747eed5fe4
--- a/OldLauncher.st	Thu Apr 15 14:41:54 1999 +0200
+++ b/OldLauncher.st	Thu Apr 15 14:50:45 1999 +0200
@@ -67,7 +67,7 @@
 !OldLauncher class methodsFor:'defaults '!
 
 defaultLabel
-    ^ 'smallTalk'
+    ^ 'ST/X'
 !
 
 isVisualStartable
@@ -1039,5 +1039,5 @@
 !OldLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.40 1999-04-15 12:41:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.41 1999-04-15 12:50:45 cg Exp $'
 ! !