summaryrefslogtreecommitdiff
path: root/Cydia
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-12 10:52:00 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-12 10:52:00 -0800
commitc8910aa3d4e4dfeb66d91351e05d33a93728ee0b (patch)
tree1c28bb943272ca6544e74087403ac13a06cfaf26 /Cydia
parent90ba4f86f48b9f702e6d62d91c4751cd99e090fd (diff)
Use the correct color for 'Loading...'.
Diffstat (limited to 'Cydia')
-rw-r--r--Cydia/LoadingView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia/LoadingView.mm b/Cydia/LoadingView.mm
index 2a93eb9..b66fe6d 100644
--- a/Cydia/LoadingView.mm
+++ b/Cydia/LoadingView.mm
@@ -54,7 +54,7 @@
label_ = [[[UILabel alloc] init] autorelease];
[label_ setFont:[UIFont boldSystemFontOfSize:15.0f]];
[label_ setBackgroundColor:[UIColor clearColor]];
- [label_ setTextColor:[UIColor blackColor]];
+ [label_ setTextColor:[UIColor viewFlipsideBackgroundColor]];
[label_ setShadowColor:[UIColor whiteColor]];
[label_ setShadowOffset:CGSizeMake(0, 1)];
[label_ setText:[NSString stringWithFormat:Elision_, UCLocalize("LOADING"), nil]];