mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
* Modules/Projects/Application/Resources/AppController.m:
(awakeFromNib:): Remove setting menu title for better GORM integration (Thanks to German Arias). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27617 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7866230c2c
commit
5e5fa71d5a
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,9 @@
|
|||
* Framework/PCProject.m:
|
||||
(fileTypesForCategoryKey:): add "nib" as recognizable interface
|
||||
file type.
|
||||
* Modules/Projects/Application/Resources/AppController.m:
|
||||
(awakeFromNib:): Remove setting menu title for better GORM
|
||||
integration (Thanks to German Arias).
|
||||
|
||||
2009-01-13 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[[NSApp mainMenu] setTitle:@"$PROJECTNAME$"];
|
||||
}
|
||||
|
||||
- (void)applicationDidFinishLaunching:(NSNotification *)aNotif
|
||||
|
|
Loading…
Reference in a new issue