* Gorm.m: [Gorm init] added code to force menu interface style

to NSNextStepInterfaceStyle.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24275 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2006-12-28 04:03:05 +00:00
parent c1531e8d73
commit bbc211c363
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-12-27 23:01-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: [Gorm init] added code to force menu interface style
to NSNextStepInterfaceStyle.
2006-10-04 Matt Rice <ratmice@gmail.com>
* Palettes/3Menus/GormTableViewEditor.m: Start a connection when

7
Gorm.m
View file

@ -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...
*/