mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
2007-07-27 13:30-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: Remove commented code. * Palettes/0Menus/GormNSMenu.m: Added private category to prevent compilation warning. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25361 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4bfb8f8101
commit
1e0950854b
3 changed files with 10 additions and 7 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-07-27 13:30-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Gorm.m: Remove commented code.
|
||||
* Palettes/0Menus/GormNSMenu.m: Added private category to prevent
|
||||
compilation warning.
|
||||
|
||||
2007-07-26 10:25-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/0Menus/GormNSMenuView.m: Remove commented out code.
|
||||
|
|
7
Gorm.m
7
Gorm.m
|
@ -127,13 +127,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// force the menu style to be NextStep so that we always edit in
|
||||
// that style...
|
||||
// [[NSUserDefaults standardUserDefaults]
|
||||
// setObject: @"NSNextStepInterfaceStyle"
|
||||
// forKey: @"NSMenuInterfaceStyle"];
|
||||
|
||||
/*
|
||||
* load the interface...
|
||||
*/
|
||||
|
|
|
@ -81,6 +81,10 @@
|
|||
}
|
||||
@end
|
||||
|
||||
@interface NSMenu (GormNSMenuPrivate)
|
||||
- (NSString*) _locationKey;
|
||||
@end
|
||||
|
||||
@implementation GormNSMenu
|
||||
+ (GormNSMenu *) menuWithMenu: (NSMenu *)menu
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue