From: Jay Freeman (saurik) Date: Tue, 13 May 2014 20:57:18 +0000 (-0700) Subject: Read source origin, not URL, when doing VoiceOver. X-Git-Tag: v1.1.10~78 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/66abff392ca1b593f47e5a6a6fef3955c4720686?hp=8912cff77c5762ee55f49a335a46139980f15b4a Read source origin, not URL, when doing VoiceOver. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 8c62d176..2e02459c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8183,7 +8183,7 @@ if (kCFCoreFoundationVersionNumber < 800) { } - (NSString *) accessibilityLabel { - return label_; + return origin_; } - (void) drawContentRect:(CGRect)rect {