X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/f562ed862f6cc9a734a15658dabe0ae75714bf42..c25ae738dc14fa146f7cf5a3762abb90fb73faaf:/MenuTunes.m diff --git a/MenuTunes.m b/MenuTunes.m index d6a25cf..8c1b351 100755 --- a/MenuTunes.m +++ b/MenuTunes.m @@ -1,10 +1,6 @@ /* Things to do: ¥ Make preferences window pretty -¥ Hot Keys - - hot keys can't be set when NSBGOnly is on. The window is not key, - so the KeyBroadcaster does not pick up key combos - - going to need a different way of defining key combos ¥ Optimize ¥ Apple Events! Apple Events! Apple Events! */ @@ -69,6 +65,8 @@ Things to do: [[statusItem _button] setAlternateImage:[NSImage imageNamed:@"selected_image"]]; [statusItem setHighlightMode:YES]; [statusItem setMenu:menu]; + // Below line of code is for creating builds for Beta Testers + // [statusItem setToolTip:@"This Nontransferable Beta (Built on __DATE__) of iThink Software's MenuTunes is Registered to: Beta Tester (betatester@somedomain.com)."]; [statusItem retain]; // view = [[MenuTunesView alloc] initWithFrame:[[statusItem view] frame]]; // [statusItem setView:view];