Changing app menu name
Changing app menu name
- Subject: Changing app menu name
- From: "Tommy Braas" <email@hidden>
- Date: Thu, 4 Oct 2001 17:40:37 -0700
I am trying to dynamically change the application menu title (the one with the application's name in the menu bar in the Finder) from what I entered in IB to what I want.
How do I do that?
I have tried using both the IBOutlet I created for the menu and [ [ [ NSApplication sharedApplication ] mainMenu ] setTitle: @"MyName" ].
None of those work. Furthermore it is not picking up the changes in the menu name that I make to the menu in IB. What am I doing wrong?
Thanks!
\tommy