diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-01 17:41:13 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:34 -0800 |
commit | d53628b6a4db45ae954921570124a646e027b086 (patch) | |
tree | d121a9b43f0646b0f9949a409f37c754b2f6a721 /MobileCydia.mm | |
parent | cd79e8cf2d642eb18fca492be164c01c3ac4e318 (diff) |
Use a real copyright symbol in About.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index dae165b..52081b2 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" |