added broken image icon
authorca
Mon, 21 Jul 1997 09:02:20 +0200
changeset 227 434211399a54
parent 226 07e81ce2d32f
child 228 ae3028e45467
added broken image icon
MenuEditor.st
--- 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'!