summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 8c62d17..2e02459 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -8183,7 +8183,7 @@ if (kCFCoreFoundationVersionNumber < 800) {
}
- (NSString *) accessibilityLabel {
- return label_;
+ return origin_;
}
- (void) drawContentRect:(CGRect)rect {