remove shortcutKeyCharacter's from menu
authorca
Fri, 17 Nov 2000 09:53:22 +0100
changeset 1432 c032f34cd7bb
parent 1431 cdcadf6df14d
child 1433 df38b2a5d335
remove shortcutKeyCharacter's from menu
UIPainter.st
--- a/UIPainter.st	Fri Nov 17 09:34:13 2000 +0100
+++ b/UIPainter.st	Fri Nov 17 09:53:22 2000 +0100
@@ -433,7 +433,8 @@
 
     ^Icon
 	constantNamed:#'UIPainter iconAlignR'
-	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@B @@@@@@B @@@UUUR I@@_??2 @@@@@@B @@@@@@B @@@@@@B @@@@@@B @@EUUUR @@G???2 @@@@@@B E@@@@@B @@@@@@B @@@@@@B @@@@EUR @@@@G?2 @@@@@@B @@@@@@B @@@@@@@@E@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@A A?? A?? A?? A?? @@A @@A G?? G?? G?? G?? @@A @@A @G? @G? @G? @G? @@A @@@@@@@@') ; yourself); yourself]!
+	ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@B @@@@@@B @@@UUUR I@@_??2 @@@@@@B @@@@@@B @@@@@@B @@@@@@B @@EUUUR @@G???2 @@@@@@B E@@@@@B @@@@@@B @@@@@@B @@@@EUR @@@@G?2 @@@@@@B @@@@@@B @@@@@@@@E@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@A A?? A?? A?? A?? @@A @@A G?? G?? G?? G?? @@A @@A @G? @G? @G? @G? @@A @@@@@@@@') ; yourself); yourself]
+!
 
 iconAlignT
     "This resource specification was automatically generated
@@ -1392,7 +1393,6 @@
                 #value: #undoLast
                 #activeHelpKey: #editUndo
                 #enabled: #hasUndoHistory
-                #shortcutKeyCharacter: #Cmdu
             )
              #(#MenuItem
                 #label: '-'
@@ -1403,7 +1403,6 @@
                 #value: #deleteSelection
                 #activeHelpKey: #editCut
                 #enabled: #valueOfCanCut
-                #shortcutKeyCharacter: #Cut
             )
              #(#MenuItem
                 #label: 'Copy'
@@ -1411,7 +1410,6 @@
                 #value: #copySelection
                 #activeHelpKey: #editCopy
                 #enabled: #valueOfCanCopy
-                #shortcutKeyCharacter: #Copy
             )
              #(#MenuItem
                 #label: 'Paste'
@@ -1419,7 +1417,6 @@
                 #value: #pasteBuffer
                 #activeHelpKey: #pasteBuffer
                 #enabled: #valueOfCanPaste
-                #shortcutKeyCharacter: #Paste
             )
              #(#MenuItem
                 #label: 'Delete'
@@ -1427,7 +1424,6 @@
                 #value: #deleteTotalSelection
                 #activeHelpKey: #editDelete
                 #enabled: #valueOfCanCut
-                #shortcutKeyCharacter: #Delete
             )
              #(#MenuItem
                 #label: '-'