Launcher.st
changeset 845 f58a12dd747e
parent 843 1b6ae381074a
child 853 70c241a0bafc
--- a/Launcher.st	Thu Nov 07 19:43:15 1996 +0100
+++ b/Launcher.st	Thu Nov 07 19:49:57 1996 +0100
@@ -1813,7 +1813,7 @@
     box := DialogBox new.
     box label:(resources string:'Other settings').
 
-    box addCheckBox:(resources string:'remember changed methods (for undo in browser)') on:keepMethodHistory.
+    box addCheckBox:(resources string:'remember changed methods (for previous method in browser)') on:keepMethodHistory.
     box addCheckBox:(resources string:'log compiles in changes file') on:updChanges.
     box addCheckBox:(resources string:'log doIts in changes file') on:logDoits.
 
@@ -1944,7 +1944,7 @@
     box destroy
 
     "Modified: 9.9.1996 / 22:43:36 / stefan"
-    "Modified: 7.11.1996 / 19:21:23 / cg"
+    "Modified: 7.11.1996 / 19:45:54 / cg"
 !
 
 printerSettings
@@ -3749,5 +3749,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.211 1996-11-07 18:38:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.212 1996-11-07 18:49:57 cg Exp $'
 ! !