Added a commented-out line, template for when making builds for beta testers.
[MenuTunes.git] / MenuTunesView.h
index 81bdf60..06658fe 100755 (executable)
@@ -1,13 +1,13 @@
 /*
  *     MenuTunes
  *  MenuTunesView
- *    NSStatusItem Menu View
+ *    App Controller Class
  *
  *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
  *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
  *     Contributors : Matt Judy <matt@nibfile.com>
  *
- *  Copyright (c) 2002 The iThink Group.
+ *  Copyright (c) 2002 iThink Software.
  *  All Rights Reserved
  *
  */
@@ -17,7 +17,9 @@
 
 @interface MenuTunesView : NSView
 {
-    NSDictionary *images;
+    NSImage *image;
+    NSImage *altImage;
+    BOOL     mouseIsPressed;
 }
 
 @end