NewLauncher.st
changeset 6070 618a8310956e
parent 6032 c9ff68a79be2
child 6101 5bb1edce6d95
--- a/NewLauncher.st	Thu Oct 14 11:51:42 2004 +0200
+++ b/NewLauncher.st	Thu Oct 14 11:52:05 2004 +0200
@@ -2878,6 +2878,12 @@
             #value: #screenHardcopy
             #activeHelpKey: #windowsGrapScreenArea
           )
+         #(#MenuItem
+            #label: 'Grab Screen Area with Delay...'
+            #translateLabel: true
+            #value: #screenHardcopyWithDelay
+            #activeHelpKey: #windowsGrapScreenArea
+          )
          )
         nil
         nil
@@ -4126,5 +4132,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.314 2004-09-21 09:15:20 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.315 2004-10-14 09:52:05 cg Exp $'
 ! !