#REFACTORING by mawalch
authormawalch
Tue, 30 May 2017 19:54:54 +0200
changeset 6166 33c75b4a9999
parent 6165 ff8b7a83327f
child 6167 e9ee9ad33c30
#REFACTORING by mawalch class: GenericToolbarIconLibrary class added: #debug22x22IconForBlackBackground changed: #debug22x22IconForBlackBackgound Fix spelling ("Backgound").
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Tue May 30 17:53:01 2017 +0200
+++ b/GenericToolbarIconLibrary.st	Tue May 30 19:54:54 2017 +0200
@@ -7775,18 +7775,26 @@
 !
 
 debug22x22IconForBlackBackgound
-    <resource: #image>
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
-    "
-     self debug22x22IconForBlackBackgound inspect
-     ImageEditor openOnClass:self andSelector:#debug22x22IconForBlackBackgound
-     Icon flushCachedIcons"
-    
-    ^ Icon 
-        constantNamed:'GenericToolbarIconLibrary class debug22x22IconForBlackBackgound'
+    <resource:#obsolete>
+
+    ^ self debug22x22IconForBlackBackground
+
+    "Modified: / 30-05-2017 / 19:51:21 / mawalch"
+!
+
+debug22x22IconForBlackBackground
+    <resource: #image>
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+    "
+     self debug22x22IconForBlackBackground inspect
+     ImageEditor openOnClass:self andSelector:#debug22x22IconForBlackBackground
+     Icon flushCachedIcons"
+    
+    ^ Icon 
+        constantNamed:'GenericToolbarIconLibrary class debug22x22IconForBlackBackground'
         ifAbsentPut:[
             (Depth8Image new)
                 width:22;
@@ -7811,6 +7819,8 @@
                             yourself);
                 yourself
         ]
+
+    "Created: / 30-05-2017 / 19:27:59 / mawalch"
 !
 
 delete22x22Icon