MemoryMonitor.st
changeset 15400 203e07da06e1
parent 14560 d1658d600a6d
child 15566 184cea584be5
child 18706 7883eb939cae
--- 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 $'
 ! !