FileApplicationNoteBook.st
changeset 13729 6d0268de5de9
parent 13715 dab7e512b771
child 13760 60a6ffe379a7
--- a/FileApplicationNoteBook.st	Tue Dec 17 16:36:58 2013 +0100
+++ b/FileApplicationNoteBook.st	Tue Dec 17 16:38:39 2013 +0100
@@ -5028,7 +5028,7 @@
             label: 'DoIt'
             itemValue: doIt
             isButton: true
-            isVisible: doItMenuButtonVisibile
+            isVisible: doItMenuButtonVisible
             labelImage: (ResourceRetriever ToolbarIconLibrary doItIcon)
           )
          (MenuItem
@@ -5036,7 +5036,7 @@
             label: 'PrintIt'
             itemValue: printIt
             isButton: true
-            isVisible: printItMenuButtonVisibile
+            isVisible: printItMenuButtonVisible
             labelImage: (ResourceRetriever ToolbarIconLibrary printItIcon)
           )
          (MenuItem
@@ -5044,7 +5044,7 @@
             label: 'InspectIt'
             itemValue: inspectIt
             isButton: true
-            isVisible: inspectItMenuButtonVisibile
+            isVisible: inspectItMenuButtonVisible
             labelImage: (ResourceRetriever ToolbarIconLibrary inspectItIcon)
           )
          (MenuItem
@@ -5070,7 +5070,7 @@
         nil
       )
 
-    "Modified: / 02-08-2013 / 18:21:58 / cg"
+    "Modified: / 17-12-2013 / 16:37:59 / cg"
 ! !
 
 !FileApplicationNoteBook::TextEditor methodsFor:'accessing'!
@@ -6037,6 +6037,24 @@
     ^ self fileName notNil "/ true
 !
 
+doItMenuButtonVisible
+    ^true
+
+    "Created: / 17-12-2013 / 16:31:40 / cg"
+!
+
+inspectItMenuButtonVisible
+    ^true
+
+    "Created: / 17-12-2013 / 16:31:49 / cg"
+!
+
+printItMenuButtonVisible
+    ^true
+
+    "Created: / 17-12-2013 / 16:31:45 / cg"
+!
+
 reloadButtonVisible
     ^ self fileName notNil "/ true
 !
@@ -7246,10 +7264,10 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.283 2013-12-07 10:44:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.284 2013-12-17 15:38:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.283 2013-12-07 10:44:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.284 2013-12-17 15:38:39 cg Exp $'
 ! !