summaryrefslogtreecommitdiff
path: root/uisimulator/common/sim_icons.c
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2002-11-01 08:10:33 +0000
committerKjell Ericson <kjell@haxx.se>2002-11-01 08:10:33 +0000
commitb3e41c711b20c294be786650ef909c8e6f04eb24 (patch)
tree64074e7b51c5393cffde92cdb1bf883a6e178c07 /uisimulator/common/sim_icons.c
parent8fd23edde5550b1943c30250ad452fcb12ab86f4 (diff)
downloadrockbox-b3e41c711b20c294be786650ef909c8e6f04eb24.tar.gz
rockbox-b3e41c711b20c294be786650ef909c8e6f04eb24.zip
Changed the battery icon so it doesn't clear the inner part of the icon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2798 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/sim_icons.c')
-rw-r--r--uisimulator/common/sim_icons.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/uisimulator/common/sim_icons.c b/uisimulator/common/sim_icons.c
index 2012e06e0e..76a3f4499b 100644
--- a/uisimulator/common/sim_icons.c
+++ b/uisimulator/common/sim_icons.c
@@ -55,23 +55,23 @@ static char* icon_battery_bit[]=
55static char* icon_battery[]= 55static char* icon_battery[]=
56{ 56{
57 " ********************************** ", 57 " ********************************** ",
58 "* * ", 58 "*..................................* ",
59 "* * ", 59 "*..................................* ",
60 "* * ", 60 "*..................................* ",
61 "* * ", 61 "*..................................* ",
62 "* *****", 62 "*..................................*****",
63 "* *****", 63 "*..................................*****",
64 "* *****", 64 "*..................................*****",
65 "* *****", 65 "*..................................*****",
66 "* *****", 66 "*..................................*****",
67 "* *****", 67 "*..................................*****",
68 "* *****", 68 "*..................................*****",
69 "* *****", 69 "*..................................*****",
70 "* *****", 70 "*..................................*****",
71 "* * ", 71 "*..................................* ",
72 "* * ", 72 "*..................................* ",
73 "* * ", 73 "*..................................* ",
74 "* * ", 74 "*..................................* ",
75 " ********************************** ", 75 " ********************************** ",
76 NULL 76 NULL
77}; 77};