changed: #aboutImage
authorClaus Gittinger <cg@exept.de>
Thu, 22 Oct 2009 21:46:51 +0200
changeset 2661 24b2112d7534
parent 2660 2de489f6f1fa
child 2662 75fe8cbca316
changed: #aboutImage
MenuEditor.st
--- a/MenuEditor.st	Thu Oct 22 21:46:44 2009 +0200
+++ b/MenuEditor.st	Thu Oct 22 21:46:51 2009 +0200
@@ -233,7 +233,7 @@
     "the image to be displayed in my about-box;
      If nil is returned, the ST/X default image is used.
     "
-    ^ Image fromFile:'bitmaps/xpmBitmaps/misc_tools/setup_menus.xpm'
+    ^ self defaultIcon 
 !
 
 resourceType