diff options
-rw-r--r-- | Cydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1759,7 +1759,7 @@ class Progress : unichar character([name characterAtIndex:0]); if (!isalpha(character)) return '#'; - return character; + return toupper(character); _end } |