The dissolve, cut and slides all work properly now, I hope :D
[ITKit.git] / ITStatusItem.h
index ae4f71a..4116107 100755 (executable)
@@ -4,10 +4,11 @@
  *    NSStatusItem subclass which reduces suckage
  *
  *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *  Original Author : Matt Judy <mjudy@ithinksw.com>
  *   Responsibility : Matt Judy <mjudy@ithinksw.com>
  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
- *  Copyright (c) 2002 iThink Software.
+ *  Copyright (c) 2002 - 2003 iThink Software.
  *  All Rights Reserved
  *
  */
@@ -27,6 +28,7 @@
  *
  */
 
+
 #import <Cocoa/Cocoa.h>
 
 
@@ -43,4 +45,5 @@
 - (NSImage*) alternateImage;
 - (void) setAlternateImage:(NSImage*)image;
 
+
 @end