diff --git a/ChangeLog b/ChangeLog index fb98f508..228a5f91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-27 23:01-EST Gregory John Casamento + + * Gorm.m: [Gorm init] added code to force menu interface style + to NSNextStepInterfaceStyle. + 2006-10-04 Matt Rice * Palettes/3Menus/GormTableViewEditor.m: Start a connection when diff --git a/Gorm.m b/Gorm.m index f8f1f85a..2e0c1a93 100644 --- a/Gorm.m +++ b/Gorm.m @@ -127,6 +127,13 @@ } } + + // force the menu style to be NextStep so that we always edit in + // that style... + [[NSUserDefaults standardUserDefaults] + setObject: @"NSNextStepInterfaceStyle" + forKey: @"NSMenuInterfaceStyle"]; + /* * load the interface... */