# HG changeset patch # User ca # Date 974451202 -3600 # Node ID c032f34cd7bb66c0ba8e0fc708f282ece5464f46 # Parent cdcadf6df14d21af57a1e64e9223753217f44090 remove shortcutKeyCharacter's from menu diff -r cdcadf6df14d -r c032f34cd7bb 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: '-'