mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
* 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:
parent
c1531e8d73
commit
bbc211c363
2 changed files with 12 additions and 0 deletions
|
@ -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
7
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...
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue