Index: Palettes/0Menus/GormMenuEditor.m =================================================================== --- Palettes/0Menus/GormMenuEditor.m (revision 33793) +++ Palettes/0Menus/GormMenuEditor.m (working copy) @@ -126,7 +126,7 @@ NSPoint loc = [theEvent locationInWindow]; NSView *hit = [super hitTest: loc]; - [[self window] becomeMainWindow]; + [[self window] makeMainWindow]; [[self window] makeFirstResponder: self]; if (hit == rep) Index: ChangeLog =================================================================== --- ChangeLog (revision 33793) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2011-08-28 Matt Rice + + * Palettes/0Menu/GormMenuEditor.m: Change becomeMainWindow call + to makeMainWindow. + 2011-05-17 20:43-EDT Gregory John Casamento * GormCore/GormStandaloneViewEditor.h: