# HG changeset patch # User Claus Gittinger # Date 1256240811 -7200 # Node ID 24b2112d753460298105a4422adc00ac75757b67 # Parent 2de489f6f1fa09a6b3aaa73acb6eccc8049602c4 changed: #aboutImage diff -r 2de489f6f1fa -r 24b2112d7534 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