#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Fri, 21 Sep 2018 11:07:56 +0200
changeset 18399 6a442bd44640
parent 18398 1574b62cf84d
child 18400 f4ce9a3bfe77
#UI_ENHANCEMENT by cg class: MultiViewToolApplication class changed: #mainMenu #toolBarMenu Buffer -> Page
MultiViewToolApplication.st
--- a/MultiViewToolApplication.st	Fri Sep 21 11:07:29 2018 +0200
+++ b/MultiViewToolApplication.st	Fri Sep 21 11:07:56 2018 +0200
@@ -314,14 +314,14 @@
             )
           )
          (MenuItem
-            label: 'Buffers'
+            label: 'Pages'
             nameKey: Buffer
             translateLabel: true
             submenu: 
            (Menu
               (
                (MenuItem
-                  label: 'Add Buffer'
+                  label: 'Add Page'
                   itemValue: addWorkspace
                   translateLabel: true
                 )
@@ -338,7 +338,7 @@
                 )
                (MenuItem
                   enabled: canRemoveWorkspace
-                  label: 'Remove Buffer'
+                  label: 'Remove Page'
                   itemValue: removeWorkspace
                   translateLabel: true
                 )
@@ -410,6 +410,8 @@
         nil
         nil
       )
+
+    "Modified: / 21-09-2018 / 11:04:27 / Claus Gittinger"
 !
 
 tabMenu
@@ -489,7 +491,7 @@
           )
          (MenuItem
 "/            activeHelpKey: addWorkspace
-            label: 'Add Buffer'
+            label: 'Add Page'
             itemValue: addWorkspace
             translateLabel: true
             isButton: true
@@ -501,6 +503,7 @@
       )
 
     "Modified: / 18-02-2007 / 14:59:21 / cg"
+    "Modified: / 21-09-2018 / 11:04:35 / Claus Gittinger"
 !
 
 viewMenu