#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Fri, 21 Sep 2018 11:06:55 +0200
changeset 18396 b0fb1991ef68
parent 18395 da7a119fbb13
child 18397 834e1aba548d
#UI_ENHANCEMENT by cg class: WorkspaceApplication class changed: #toolBarMenu Buffer -> Page
WorkspaceApplication.st
--- a/WorkspaceApplication.st	Fri Sep 21 10:58:31 2018 +0200
+++ b/WorkspaceApplication.st	Fri Sep 21 11:06:55 2018 +0200
@@ -1750,7 +1750,7 @@
             label: ''
           )
          (MenuItem
-            label: 'Add Buffer'
+            label: 'Add Page'
             itemValue: addWorkspace
             isButton: true
             labelImage: (ResourceRetriever ToolbarIconLibrary addBufferIcon)
@@ -1830,6 +1830,8 @@
         nil
         nil
       )
+
+    "Modified: / 21-09-2018 / 11:06:00 / Claus Gittinger"
 !
 
 workspaceMenu