]> git.saurik.com Git - cydia.git/commitdiff
Use mixed-case for ProgressEventType constants.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 25 Feb 2011 20:43:05 +0000 (12:43 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:19 +0000 (02:41 -0800)
MobileCydia.mm

index 5c5d6af320a59631d9d15d1b9afc11f46051c0b7..e9c8908c7bd306c0a9ec2865036ad9bd05129c87 100644 (file)
@@ -1069,10 +1069,10 @@ static NSString *Idiom_;
 
 static NSMutableSet *CydiaHosts_;
 
 
 static NSMutableSet *CydiaHosts_;
 
-static NSString *kCydiaProgressEventTypeError = @"ERROR";
-static NSString *kCydiaProgressEventTypeInformation = @"INFORMATION";
-static NSString *kCydiaProgressEventTypeStatus = @"STATUS";
-static NSString *kCydiaProgressEventTypeWarning = @"WARNING";
+static NSString *kCydiaProgressEventTypeError = @"Error";
+static NSString *kCydiaProgressEventTypeInformation = @"Information";
+static NSString *kCydiaProgressEventTypeStatus = @"Status";
+static NSString *kCydiaProgressEventTypeWarning = @"Warning";
 /* }}} */
 
 /* Display Helpers {{{ */
 /* }}} */
 
 /* Display Helpers {{{ */