# HG changeset patch # User Claus Gittinger # Date 845318685 -7200 # Node ID 39e3f920b233db188a9031edbd9f399858a04cc6 # Parent 8d667c66af508ee71470e320b84ee666762606ec checkin from browser diff -r 8d667c66af50 -r 39e3f920b233 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 $' ! !