checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 14 Oct 1996 20:44:45 +0200
changeset 760 39e3f920b233
parent 759 8d667c66af50
child 761 5c2b46a38efa
checkin from browser
Launcher.st
--- a/Launcher.st	Mon Oct 14 19:41:27 1996 +0200
+++ b/Launcher.st	Mon Oct 14 20:44:45 1996 +0200
@@ -18,7 +18,7 @@
 	category:'Interface-Smalltalk'
 !
 
-!Launcher  class methodsFor:'documentation'!
+!Launcher class methodsFor:'documentation'!
 
 copyright
 "
@@ -90,7 +90,7 @@
 "
 ! !
 
-!Launcher  class methodsFor:'accessing'!
+!Launcher class methodsFor:'accessing'!
 
 current
     "return the launcher running on the current screen.
@@ -111,7 +111,7 @@
     "Modified: 9.9.1996 / 22:41:36 / stefan"
 ! !
 
-!Launcher  class methodsFor:'defaults'!
+!Launcher class methodsFor:'defaults'!
 
 aboutIcon
     |image|
@@ -1022,7 +1022,7 @@
 
     y := box yPosition.
 
-    warnSTXBox := box addCheckBox:(resources string:'ST/X language extensions') on:warnSTX.
+    warnSTXBox := box addCheckBox:(resources string:'ST/X extensions') on:warnSTX.
     warnSTXBox width:0.4.
 "/    box addVerticalSpace.
 
@@ -1092,7 +1092,7 @@
 
     "Modified: 10.9.1995 / 19:19:18 / claus"
     "Modified: 9.9.1996 / 22:42:47 / stefan"
-    "Modified: 19.9.1996 / 22:51:17 / cg"
+    "Modified: 14.10.1996 / 19:29:23 / cg"
 !
 
 displaySettings
@@ -3492,8 +3492,8 @@
     "Created: 5.7.1996 / 13:04:36 / cg"
 ! !
 
-!Launcher  class methodsFor:'documentation'!
+!Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.195 1996-09-30 22:26:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.196 1996-10-14 18:44:45 cg Exp $'
 ! !