NewLauncher.st
changeset 1843 d30c77926b35
parent 1842 b4bd3ccd2f3d
child 1847 9dec36251b89
--- a/NewLauncher.st	Tue Aug 18 16:34:32 1998 +0200
+++ b/NewLauncher.st	Tue Aug 18 18:24:43 1998 +0200
@@ -120,7 +120,7 @@
     ^super helpSpec addPairsFrom:#(
 
 #aboutLicenseConditions
-'Open an HTML-Browser showing the license conditions of ST/X.'
+'Show the license conditions of ST/X.'
 
 #classes
 'Class functions.'
@@ -309,19 +309,19 @@
 'Play TicTacToe against a friend.'
 
 #helpClassDocumentation
-'Open an HTML-Browser showing smalltalk class documentation.'
+'Show the smalltalk class documentation.'
 
 #helpIndex
-'Open an HTML-Browser showing the online documentation index.'
+'Show the index of the online documentation.'
 
 #helpPrintDocumentation
-'Open a dialog to print various parts of the ST/X documentation.'
+'Print various parts of the ST/X documentation.'
 
 #helpSTXOnlineDocumentation
-'Open an HTML-Browser showing the ST/X online documentation.'
+'Show the ST/X online documentation.'
 
 #helpWhatsNew
-'Open an HTML-Browser showing latest news about ST/X.'
+'Showing the latest news about ST/X.'
 
 #settingsCompilation
 'Open a dialog for changing compiler settings.'
@@ -475,7 +475,7 @@
 
 )
 
-    "Modified: / 4.8.1998 / 01:30:38 / cg"
+    "Modified: / 18.8.1998 / 17:24:28 / cg"
 ! !
 
 !NewLauncher class methodsFor:'image specs'!
@@ -3496,5 +3496,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.99 1998-08-18 14:34:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.100 1998-08-18 16:24:43 cg Exp $'
 ! !