checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 20 Jun 1998 14:53:47 +0200
changeset 873 6221f17ee6e2
parent 872 eb3bd8e609f1
child 874 ab93fcd829c5
checkin from browser
MenuEditor.st
--- a/MenuEditor.st	Sat Jun 20 14:22:20 1998 +0200
+++ b/MenuEditor.st	Sat Jun 20 14:53:47 1998 +0200
@@ -1904,13 +1904,12 @@
     |holder|
 
     super initialize.
-    self createBuilder.
 
     aspects at:#seperatorSelection put:(holder := SelectionInList new).
     holder list: Item separatorList.
     holder addDependent:self.
 
-    "Modified: / 20.6.1998 / 14:21:49 / cg"
+    "Modified: / 20.6.1998 / 14:53:26 / cg"
 !
 
 openModalOnMenu: aMenu