changed:
authorClaus Gittinger <cg@exept.de>
Wed, 01 Feb 2012 17:49:38 +0100
changeset 2876 3c7d06dab802
parent 2875 90b475557eb7
child 2877 1a7cd3e6eea1
changed: #menuFile #menuToolbar
ImageEditor.st
--- a/ImageEditor.st	Tue Jan 24 18:17:20 2012 +0100
+++ b/ImageEditor.st	Wed Feb 01 17:49:38 2012 +0100
@@ -2534,6 +2534,9 @@
             translateLabel: true
           )
          (MenuItem
+            label: '-'
+          )
+         (MenuItem
             activeHelpKey: fileNewImage
             label: 'New...'
             itemValue: doNewImage
@@ -2689,7 +2692,7 @@
         nil
       )
 
-    "Modified: / 21-10-2010 / 14:30:06 / cg"
+    "Modified: / 01-02-2012 / 15:00:50 / cg"
 !
 
 menuMouseButtonColors
@@ -2836,6 +2839,7 @@
     "Do not manually edit this!! If it is corrupted,
      the MenuEditor may not be able to read the specification."
 
+
     "
      MenuEditor new openOnClass:ImageEditor andSelector:#menuToolbar
      (Menu new fromLiteralArrayEncoding:(ImageEditor menuToolbar)) startUp
@@ -2855,6 +2859,14 @@
             labelImage: (ResourceRetriever ToolbarIconLibrary newImageIcon)
           )
          (MenuItem
+            activeHelpKey: fileGrabImageFromScreen
+            label: 'grabScreenImage'
+            itemValue: grabScreenImage
+            translateLabel: true
+            isButton: true
+            labelImage: (ResourceRetriever ToolbarIconLibrary snapshot16x16Icon)
+          )
+         (MenuItem
             label: '-'
           )
          (MenuItem
@@ -2947,7 +2959,7 @@
         nil
       )
 
-    "Modified: / 21-10-2010 / 14:57:32 / cg"
+    "Modified: / 01-02-2012 / 14:13:07 / cg"
 !
 
 modeMenu