# HG changeset patch # User Claus Gittinger # Date 1256241106 -7200 # Node ID 2364532908a5ea4237ef11ec7fb2395b24c6d676 # Parent f5ce02d5866102102629ae86bfdc272bf5198aae *** empty log message *** diff -r f5ce02d58661 -r 2364532908a5 MenuEditor.st --- a/MenuEditor.st Thu Oct 22 21:51:10 2009 +0200 +++ b/MenuEditor.st Thu Oct 22 21:51:46 2009 +0200 @@ -229,13 +229,6 @@ !MenuEditor class methodsFor:'defaults'! -aboutImage - "the image to be displayed in my about-box; - If nil is returned, the ST/X default image is used. - " - ^ self defaultIcon -! - resourceType "get the type of the resource of the method generated by the MenuEditor " @@ -2059,15 +2052,6 @@ ]. ! ! -!MenuEditor methodsFor:'defaults'! - -aboutImage - "the image to be displayed in my about-box; - If nil is returned, the ST/X default image is used. - " - ^ self class aboutImage -! ! - !MenuEditor methodsFor:'drag & drop'! canDrop:aDropContext