Fixing bustage
authorMatthew Judy <mjudy@ithinksw.com>
Wed, 29 Jan 2003 00:31:20 +0000 (00:31 +0000)
committerMatthew Judy <mjudy@ithinksw.com>
Wed, 29 Jan 2003 00:31:20 +0000 (00:31 +0000)
ITTransientStatusWindow.h
Showcase/English.lproj/MainMenu.nib/keyedobjects.nib

index 9592601..adaf75a 100755 (executable)
@@ -57,12 +57,12 @@ typedef enum {
     ITTransientStatusWindowOther
 } ITTransientStatusWindowPosition;
 
-typedef enum {                                     // Note: Entry effects described here.  Exit does the reverse.
-    ITTransientStatusWindowEffectNone,             // No effect, window just appears.
-    ITTransientStatusWindowEffectDissolve,         // Fades in.
-    ITTransientStatusWindowEffectSlideVertically,  // Slides vertically onto the screen from the nearest edge
-    ITTransientStatusWindowEffectSlideHorizontally // Slides horizontally onto the screen from the nearest edge
-    ITTransientStatusWindowEffectPivot             // Rotate into place from perpendicular edge
+typedef enum {                                      // Note: Entry effects described here.  Exit does the reverse.
+    ITTransientStatusWindowEffectNone,              // No effect, window just appears.
+    ITTransientStatusWindowEffectDissolve,          // Fades in.
+    ITTransientStatusWindowEffectSlideVertically,   // Slides vertically onto the screen from the nearest edge
+    ITTransientStatusWindowEffectSlideHorizontally, // Slides horizontally onto the screen from the nearest edge
+    ITTransientStatusWindowEffectPivot              // Rotate into place from perpendicular edge
 } ITTransientStatusWindowEffect;
 
 
index 8797e10..c3a4f65 100755 (executable)
Binary files a/Showcase/English.lproj/MainMenu.nib/keyedobjects.nib and b/Showcase/English.lproj/MainMenu.nib/keyedobjects.nib differ