mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +00:00
tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4750 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
265f911306
commit
ecd4adef35
1 changed files with 2 additions and 2 deletions
|
@ -1103,9 +1103,9 @@ NSAssert([event retainCount] > 0, NSInternalInconsistencyException);
|
|||
|
||||
ASSIGN(main_menu, aMenu);
|
||||
|
||||
[aMenu setTitle:
|
||||
[main_menu setTitle:
|
||||
[[[NSProcessInfo processInfo] processName] lastPathComponent]];
|
||||
[aMenu sizeToFit];
|
||||
[main_menu sizeToFit];
|
||||
/*
|
||||
* Find a menucell with the title Windows this is the default windows menu
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue