nice about-icon.
authorClaus Gittinger <cg@exept.de>
Mon, 27 Jul 1998 10:22:53 +0200
changeset 916 ec057a5e0efc
parent 915 99f8e19aab3a
child 917 43e80afe8222
nice about-icon.
MenuEditor.st
--- a/MenuEditor.st	Mon Jul 27 09:54:53 1998 +0200
+++ b/MenuEditor.st	Mon Jul 27 10:22:53 1998 +0200
@@ -1872,6 +1872,18 @@
 
 ! !
 
+!MenuEditor methodsFor:'defaults'!
+
+aboutImage
+    "the image to be displayed in my about-box;
+     If nil is returned, thhe ST/X default image is used."
+
+    ^ Image fromFile:'bitmaps/xpmBitmaps/misc_tools/setup_menus.xpm'
+
+    "Created: / 25.7.1998 / 20:48:12 / cg"
+    "Modified: / 27.7.1998 / 10:21:55 / cg"
+! !
+
 !MenuEditor methodsFor:'event handling'!
 
 doesNotUnderstand: aMessage