]> git.saurik.com Git - cydia.git/commitdiff
Use a real copyright symbol in About.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 2 Mar 2011 01:41:13 +0000 (17:41 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:34 +0000 (02:41 -0800)
CyteKit/WebViewController.h
MobileCydia.mm

index 99d55723d838ce1b545ecc2689076f000c719074..d2f9fb5a8c77515ffe31ade5544f48c49fa4b71d 100644 (file)
 
 - (void) alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)button;
 - (void) customButtonClicked;
+
 - (void) applyRightButton;
+- (UIBarButtonItem *) rightButton;
 
 - (void) _didStartLoading;
 - (void) _didFinishLoading;
index dae165bc7fa01012697d6fe9e9bf5021eb962e7d..52081b21654aaef2031d124850346fe0a938ab54 100644 (file)
@@ -5117,7 +5117,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 }
 
 - (UIBarButtonItem *) rightButton {
-    return [[progress_ running] boolValue] ? nil : [[[UIBarButtonItem alloc]
+    return [[progress_ running] boolValue] ? [super rightButton] : [[[UIBarButtonItem alloc]
         initWithTitle:UCLocalize("CLOSE")
         style:UIBarButtonItemStylePlain
         target:self
@@ -6401,7 +6401,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
     [alert setCancelButtonIndex:0];
 
     [alert setMessage:
-        @"Copyright (C) 2008-2011\n"
+        @"Copyright \u00a9 2008-2011\n"
         "SaurikIT, LLC\n"
         "\n"
         "Jay Freeman (saurik)\n"