changed: #menu
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2015 12:49:58 +0100
changeset 15400 203e07da06e1
parent 15399 3c49989e6963
child 15401 3630fb83f057
changed: #menu help menu layout and title (Menu_Help instead of Help)
MemoryMonitor.st
--- a/MemoryMonitor.st	Tue Feb 24 12:49:55 2015 +0100
+++ b/MemoryMonitor.st	Tue Feb 24 12:49:58 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 ApplicationModel subclass:#MemoryMonitor
 	instanceVariableNames:'memoryView'
 	classVariableNames:''
@@ -250,8 +252,8 @@
             )
           )
          (MenuItem
-            label: 'Help'
-            startGroup: right
+            label: 'MENU_Help'
+            startGroup: conditionalRight
             submenu: 
            (Menu
               (
@@ -340,10 +342,10 @@
 !MemoryMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.73 2014-07-01 20:01:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.74 2015-02-24 11:49:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.73 2014-07-01 20:01:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.74 2015-02-24 11:49:58 cg Exp $'
 ! !