]> git.saurik.com Git - cydia.git/commitdiff
To match the built in Apple apps, the Confirm button should be blue (like Send in...
authorGrant Paul <chpwn@chpwn.com>
Sat, 12 Feb 2011 22:45:28 +0000 (14:45 -0800)
committerGrant Paul <chpwn@chpwn.com>
Sat, 12 Feb 2011 22:45:28 +0000 (14:45 -0800)
MobileCydia.mm

index be7f8c23df2bf980f469205514fe87df6e98b83a..cc0d978871aad95ce75d8dd6283484c45d1aee05 100644 (file)
@@ -4315,7 +4315,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 
         [[self navigationItem] setLeftBarButtonItem:[[[UIBarButtonItem alloc]
             initWithTitle:UCLocalize("CANCEL")
-            // OLD: [NSString stringWithFormat:UCLocalize("SLASH_DELIMITED"), UCLocalize("CANCEL"), UCLocalize("QUEUE")]
             style:UIBarButtonItemStylePlain
             target:self
             action:@selector(cancelButtonClicked)
@@ -4328,7 +4327,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
     if (issues_ == nil && ![self isLoading])
         [[self navigationItem] setRightBarButtonItem:[[[UIBarButtonItem alloc]
             initWithTitle:UCLocalize("CONFIRM")
-            style:UIBarButtonItemStylePlain
+            style:UIBarButtonItemStyleDone
             target:self
             action:@selector(confirmButtonClicked)
         ] autorelease]];