From: Jay Freeman (saurik) Date: Wed, 2 Mar 2011 01:41:13 +0000 (-0800) Subject: Use a real copyright symbol in About. X-Git-Tag: v1.1.0%b1~82 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/d53628b6a4db45ae954921570124a646e027b086?ds=inline Use a real copyright symbol in About. --- diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 99d55723..d2f9fb5a 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -123,7 +123,9 @@ - (void) alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)button; - (void) customButtonClicked; + - (void) applyRightButton; +- (UIBarButtonItem *) rightButton; - (void) _didStartLoading; - (void) _didFinishLoading; diff --git a/MobileCydia.mm b/MobileCydia.mm index dae165bc..52081b21 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -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"