MenuEditor.st
changeset 916 ec057a5e0efc
parent 912 931b23146b3d
child 931 059ac9cea31f
--- 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