Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITIconAndTextStatusWindow.h
old mode 100755 (executable)
new mode 100644 (file)
index 9955f04..aa0a5d2
@@ -1,14 +1,13 @@
 /*
  *     ITKit
- *  ITIconAndTextStatusWindow
- *    ITTransientStatusWindow subclass to show an icon and text.
+ *     ITIconAndTextStatusWindow.h
  *
- *  Original Author : Kent Sutherland <ksutherland@ithinksw.com>
- *   Responsibility : Kent Sutherland <mjudy@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *     ITTransientStatusWindow subclass to show an icon and text.
  *
- *  Copyright (c) 2002 - 2004 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
  *
  */
 
 #import "ITTransientStatusWindow.h"
 
 @interface ITIconAndTextStatusWindow : ITTransientStatusWindow {
-        NSImage            *_image;
+       NSImage *_image;
 }
 
 - (void)setImage:(NSImage *)newImage;
 - (void)buildTextWindowWithString:(NSString *)text;
 
-@end
+@end
\ No newline at end of file