resource flag: #menu -> #programMenu
authorClaus Gittinger <cg@exept.de>
Thu, 03 Jul 1997 14:27:05 +0200
changeset 1261 bdb18f73205c
parent 1260 5a548d4c6724
child 1262 d69149b5be1f
resource flag: #menu -> #programMenu
CodeView.st
ETxtView.st
EditField.st
EditTextView.st
--- a/CodeView.st	Thu Jul 03 12:58:47 1997 +0200
+++ b/CodeView.st	Thu Jul 03 14:27:05 1997 +0200
@@ -302,7 +302,7 @@
 
     <resource: #keyboard (#CommentSelection #UncommentSelection 
                           #Accept #Explain)>
-    <resource: #menu>
+    <resource: #programMenu>
 
     |m sub|
 
@@ -349,7 +349,7 @@
     ].
     ^ m.
 
-    "Modified: 7.3.1997 / 11:13:32 / cg"
+    "Modified: 3.7.1997 / 13:54:37 / cg"
 !
 
 explain
@@ -370,5 +370,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.35 1997-03-07 10:15:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.36 1997-07-03 12:26:11 cg Exp $'
 ! !
--- a/ETxtView.st	Thu Jul 03 12:58:47 1997 +0200
+++ b/ETxtView.st	Thu Jul 03 14:27:05 1997 +0200
@@ -3233,7 +3233,7 @@
     "return the views middleButtonMenu"
 
     <resource: #keyboard (#Again #Copy #Cut #Paste #Accept #Find #GotoLine #SaveAs #Print)>
-    <resource: #menu>
+    <resource: #programMenu>
 
 
     |labels selectors m sub shortKeys|
@@ -3358,7 +3358,7 @@
     ].
     ^ m.
 
-    "Modified: 7.3.1997 / 11:12:46 / cg"
+    "Modified: 3.7.1997 / 13:54:32 / cg"
 !
 
 paste
@@ -4032,5 +4032,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ETxtView.st,v 1.121 1997-04-19 09:24:45 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ETxtView.st,v 1.122 1997-07-03 12:27:05 cg Exp $'
 ! !
--- a/EditField.st	Thu Jul 03 12:58:47 1997 +0200
+++ b/EditField.st	Thu Jul 03 14:27:05 1997 +0200
@@ -1653,7 +1653,7 @@
     "return a popUpMenu for the receiver"
 
     <resource: #keyboard ( #Accept #Copy #Cut #Paste ) >
-    <resource: #menu>
+    <resource: #programMenu>
 
 
     |labels selectors shorties m|
@@ -1708,7 +1708,7 @@
 
     ^ m
 
-    "Modified: 25.2.1997 / 20:15:40 / cg"
+    "Modified: 3.7.1997 / 13:54:34 / cg"
 !
 
 initStyle
@@ -1940,5 +1940,5 @@
 !EditField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.91 1997-06-16 17:03:53 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.92 1997-07-03 12:26:31 cg Exp $'
 ! !
--- a/EditTextView.st	Thu Jul 03 12:58:47 1997 +0200
+++ b/EditTextView.st	Thu Jul 03 14:27:05 1997 +0200
@@ -3233,7 +3233,7 @@
     "return the views middleButtonMenu"
 
     <resource: #keyboard (#Again #Copy #Cut #Paste #Accept #Find #GotoLine #SaveAs #Print)>
-    <resource: #menu>
+    <resource: #programMenu>
 
 
     |labels selectors m sub shortKeys|
@@ -3358,7 +3358,7 @@
     ].
     ^ m.
 
-    "Modified: 7.3.1997 / 11:12:46 / cg"
+    "Modified: 3.7.1997 / 13:54:32 / cg"
 !
 
 paste
@@ -4032,5 +4032,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.121 1997-04-19 09:24:45 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.122 1997-07-03 12:27:05 cg Exp $'
 ! !