MenuEditor.st
changeset 227 434211399a54
parent 224 c1d7bffe73f1
child 228 ae3028e45467
--- a/MenuEditor.st	Mon Jul 21 08:59:05 1997 +0200
+++ b/MenuEditor.st	Mon Jul 21 09:02:20 1997 +0200
@@ -93,6 +93,12 @@
 iconCreateSep
     ^ Painter imageSeparator
 
+!
+
+iconUnknown
+    "returns an image used for picked items containg an image
+    "
+  ^ Image fromFile:'brokenImage.xpm'
 ! !
 
 !MenuEditor class methodsFor:'interface specs'!