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