checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 21 May 1998 15:54:55 +0200
changeset 1668 3f5e66d22039
parent 1667 37d6665d98fc
child 1669 18ea61127a9e
checkin from browser
Launcher.st
--- a/Launcher.st	Thu May 21 15:37:58 1998 +0200
+++ b/Launcher.st	Thu May 21 15:54:55 1998 +0200
@@ -686,6 +686,8 @@
 objectModuleDialog
     "opens a moduleInfo dialog"
 
+    <resource: #programMenu >
+
     |allModules moduleNames
      allObjects methodObjects methodNames 
      cObjects cObjectNames
@@ -1040,7 +1042,7 @@
     box destroy.
 
     "Modified: / 17.9.1995 / 16:47:50 / claus"
-    "Modified: / 12.12.1997 / 22:19:13 / cg"
+    "Modified: / 21.5.1998 / 15:42:35 / cg"
 !
 
 snapshot
@@ -5492,5 +5494,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.344 1998-05-21 01:47:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.345 1998-05-21 13:54:55 cg Exp $'
 ! !