*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 28 Oct 2015 11:48:50 +0100
changeset 1388 58592bd9b669
parent 1387 93d9dac5e1ef
child 1389 868397504105
*** empty log message ***
PackageLoading.wsp
--- a/PackageLoading.wsp	Wed Oct 28 11:46:32 2015 +0100
+++ b/PackageLoading.wsp	Wed Oct 28 11:48:50 2015 +0100
@@ -1,9 +1,12 @@
 "/ Packages you may want to load:
 "/ ==============================
 
+Please see also the "Load Package" menu item in the Launcher's file menu.
+
+
 "/ Programmer Tools:
 "/ -----------------
-Smalltalk loadPackage:'stx:goodies/smallsense'.     "/ as you type lint checking
+Smalltalk loadPackage:'stx:goodies/smallsense'.     "/ as you type lint checking (probably already loaded when you read this)
 
 
 "/ Languages and Parsers:
@@ -27,7 +30,7 @@
 "/ --------------------------
 Smalltalk loadPackage:'stx:goodies/webServer/ui'.   "/ loads the webserver + server setup in the Launcher's settings dialog
 Smalltalk loadPackage:'stx:goodies/webServer/htmlTree'.
-"/ Smalltalk loadPackage:'stx:goodies/webServer'.
+Smalltalk loadPackage:'stx:goodies/webServer'.
 
 Smalltalk loadPackage:'stx:goodies/soap'.
 Smalltalk loadPackage:'stx:goodies/xml/xmlrpc'.