Reverting MenuTunesView... lets try this again.
[MenuTunes.git] / MenuTunesView.m
index 824683b..5bfba53 100755 (executable)
@@ -1,11 +1,3 @@
-//
-//  MenuTunesView.m
-//  MenuTunes
-//
-//  Created by Kent Sutherland on Tue Nov 19 2002.
-//  Copyright (c) 2002 Kent Sutherland. All rights reserved.
-//
-
 #import "MenuTunesView.h"
 
 
@@ -17,7 +9,7 @@
     {
         image = [NSImage imageNamed:@"menu"];
         altImage = [NSImage imageNamed:@"selected_image"];
-       curImage = image;
+        curImage = image;
     }
     return self;
 }