image resource method fixes (key must be name of method)
authorClaus Gittinger <cg@exept.de>
Sun, 07 Dec 2008 23:25:10 +0100
changeset 8476 84fa59f05e50
parent 8475 ab562a3baa7a
child 8477 e12a54b40fd9
image resource method fixes (key must be name of method)
SettingsDialog.st
--- a/SettingsDialog.st	Sun Dec 07 23:23:01 2008 +0100
+++ b/SettingsDialog.st	Sun Dec 07 23:25:10 2008 +0100
@@ -153,7 +153,7 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:#'AbstractLauncherApplication::SettingsDialog class settingsIcon'
+        constantNamed:#'SettingsDialog class settingsIcon'
         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@BP#8>O#8>M  @@@@@@@@@@@@@@@@BJ%9&Y&Y&Y%R^B@@@@@@@@@@@@@@BI&J^(*J"(*JZTIIFQ$YFQ$YH@@@@@ JN#(:N#(:N#(9.V%)ZV%)ZKZP@@@HOU
 4=OS4=OL3,''I0<B;/]F3*TE?@@BC5MKR4-KM,\^:.MJ:-;21/:1D_@@@ =SR4-KM3<+K/<J01,R20+R+QG0@@HOT4-KR/,^?-\[H1(Q^WW"1*4Q<@@BC5MKR
@@ -1373,7 +1373,7 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.79 2008-09-06 13:23:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.80 2008-12-07 22:25:10 cg Exp $'
 ! !
 
 SettingsDialog initialize!