checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 05 Nov 1998 14:29:27 +0100
changeset 1953 f12950e5d620
parent 1952 a960ecaa5091
child 1954 f0a78d543892
checkin from browser
Launcher.st
--- a/Launcher.st	Thu Nov 05 14:27:20 1998 +0100
+++ b/Launcher.st	Thu Nov 05 14:29:27 1998 +0100
@@ -3304,7 +3304,7 @@
 !
 
 javaSettingsFor:requestor
-    "open a dialog on infoMessage related settings"
+    "open a dialog on settings related to the java subsystem"
 
     |box audio javaHome resources component
      extraFileSecurityChecks extraSocketSecurityChecks
@@ -3390,7 +3390,7 @@
     box destroy
 
     "Created: / 18.7.1998 / 22:32:58 / cg"
-    "Modified: / 5.11.1998 / 14:24:25 / cg"
+    "Modified: / 5.11.1998 / 14:28:33 / cg"
 !
 
 keyboardSettingsFor:requestor 
@@ -5865,5 +5865,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.390 1998-11-05 13:27:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.391 1998-11-05 13:29:27 cg Exp $'
 ! !