checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jul 1996 13:10:01 +0200
changeset 679 c9613b350e05
parent 678 3088fddbfb98
child 680 c17630142bab
checkin from browser
Launcher.st
--- a/Launcher.st	Thu Jul 18 10:39:12 1996 +0200
+++ b/Launcher.st	Thu Jul 18 13:10:01 1996 +0200
@@ -992,7 +992,7 @@
     warnOldStyleBox := box addCheckBox:(resources string:'oldStyle assignment') on:warnOldStyle.
     box addVerticalSpace.
 
-    warnCommonMistakesBox := box addCheckBox:(resources string:'common (beginners) mistakes') on:warnCommonMistakes.
+    warnCommonMistakesBox := box addCheckBox:(resources string:'common mistakes') on:warnCommonMistakes.
     box addVerticalSpace.
 
     box leftIndent:oldIndent.
@@ -1034,7 +1034,7 @@
     box destroy
 
     "Modified: 10.9.1995 / 19:19:18 / claus"
-    "Modified: 18.7.1996 / 10:37:38 / cg"
+    "Modified: 18.7.1996 / 10:43:41 / cg"
 !
 
 displaySettings
@@ -3311,5 +3311,5 @@
 !NewLauncher  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.172 1996-07-18 08:39:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.173 1996-07-18 11:10:01 cg Exp $'
 ! !