# HG changeset patch # User Claus Gittinger # Date 901527773 -7200 # Node ID ec057a5e0efc645099ecdcefa533d37247089d86 # Parent 99f8e19aab3acfc25a2e65c63315e352c4b4fd1d nice about-icon. diff -r 99f8e19aab3a -r ec057a5e0efc 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