TabListEditor.st
changeset 1431 cdcadf6df14d
parent 1375 bab043fa81fa
child 1845 d6d62913c2cc
--- a/TabListEditor.st	Fri Nov 17 09:33:03 2000 +0100
+++ b/TabListEditor.st	Fri Nov 17 09:34:13 2000 +0100
@@ -12,7 +12,7 @@
 
 
 
-"{ Package: '.:stx/libtool2' }"
+"{ Package: 'stx:libtool2' }"
 
 ResourceSpecEditor subclass:#TabListEditor
 	instanceVariableNames:'listOfTabs'
@@ -221,7 +221,8 @@
 
     ^Icon
         constantNamed:#'TabListEditor newTabItemIcon'
-        ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'U@@@@EUPUEUUVEUPUF**+EUPUF**+EUPUF**+EUP@F**+@@@EV***UV@F*****+@F KNC*+NF(("H*+@F((BC +EF(("H*+@F(("C*+MF*****+@F"@ H*K@F"""(LK@F"" ("K@F"""(*K@F"" H*K@F*****+HK??????@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G?<@G?<@G?<@G?<@G?<@???<???<???<???????<???<???<???<???????=???<???????<???????<???<???=') ; yourself); yourself]! !
+        ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'U@@@@EUPUEUUVEUPUF**+EUPUF**+EUPUF**+EUP@F**+@@@EV***UV@F*****+@F KNC*+NF(("H*+@F((BC +EF(("H*+@F(("C*+MF*****+@F"@ H*K@F"""(LK@F"" ("K@F"""(*K@F"" H*K@F*****+HK??????@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G?<@G?<@G?<@G?<@G?<@???<???<???<???????<???<???<???<???????=???<???????<???????<???<???=') ; yourself); yourself]
+! !
 
 !TabListEditor class methodsFor:'interface specs'!
 
@@ -954,28 +955,24 @@
             #value: #doCut
             #activeHelpKey: #editCut
             #enabled: #hasSelectionHolder
-            #shortcutKeyCharacter: #Cut
           )
          #(#MenuItem
             #label: 'Copy'
             #value: #doCopy
             #activeHelpKey: #editCopy
             #enabled: #hasSelectionHolder
-            #shortcutKeyCharacter: #Copy
           )
          #(#MenuItem
             #label: 'Paste'
             #value: #doPaste
             #activeHelpKey: #editPaste
             #enabled: #valueOfCanPaste
-            #shortcutKeyCharacter: #Paste
           )
          #(#MenuItem
             #label: 'Delete'
             #value: #doDelete
             #activeHelpKey: #editPaste
             #enabled: #hasSelectionHolder
-            #shortcutKeyCharacter: #Delete
           )
          #(#MenuItem
             #label: '-'
@@ -1006,7 +1003,6 @@
             #isVisible: #hiddenAccelerator
             #value: #accept
             #enabled: #valueOfEnablingCommitButtons
-            #shortcutKeyCharacter: #Accept
           )
          )
         nil