Added a commented-out line, template for when making builds for beta testers.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 10 Dec 2002 03:29:45 +0000 (03:29 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 10 Dec 2002 03:29:45 +0000 (03:29 +0000)
MenuTunes.m

index d6a25cf..1bdd910 100755 (executable)
@@ -69,6 +69,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];