author | bipolar <bipolar> | 2002-01-29 21:34:57 (UTC) |
---|---|---|
committer | bipolar <bipolar> | 2002-01-29 21:34:57 (UTC) |
commit | ba1c862086cc19476307716abcd681c6270a722b (patch) (side-by-side diff) | |
tree | 7fe4bf18b34e62ec4cb1c1fb05744597218ba4e7 /pics | |
parent | 1086fe9508f1bd0d0e9a2906bcc4934b1283fe13 (diff) | |
download | opie-ba1c862086cc19476307716abcd681c6270a722b.zip opie-ba1c862086cc19476307716abcd681c6270a722b.tar.gz opie-ba1c862086cc19476307716abcd681c6270a722b.tar.bz2 |
Update start button
-rw-r--r-- | pics/start_button.xpm | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/pics/start_button.xpm b/pics/start_button.xpm index 08fa892..6eba2a5 100644 --- a/pics/start_button.xpm +++ b/pics/start_button.xpm @@ -1,4 +1,4 @@ /* XPM */ -static char * start_xpm[] = { -"50 16 10 1", +static char * start_button_xpm[] = { +"50 16 7 1", " c None", @@ -7,23 +7,20 @@ static char * start_xpm[] = { "@ c #000000", -"# c #99CC00", +"# c #008200", "$ c #C0C0C0", -"% c #666600", -"& c #333300", -"* c #336600", -"= c #003300", +"% c #B7B500", ".++++++++++++++++++++++++++++++++++++++++++++++++@", "+##############$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@", -"+#####%&&*#####$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@", -"+###*@@@@@@%###$$$@@@@$$$$@$$$$$$$$$$$$$$$$$$@$$$@", -"+##*@@%##%@@%##$$@@$$@@$$@@$$$$$$$$$$$$$$$$$@@$$$@", -"+##@@######@@##$$@@$$$$$@@@@@$$@@@@$$$@@$@@@@@@@$@", -"+#%@%###&@#%@*#$$@@@$$$$$@@$$$@@$$@@$$@@$@@$@@$$$@", -"+#&@###&@&##@&#$$$@@@@$$$@@$$$$$$$@@$$@@@$$$@@$$$@", -"+#&@##&@@&##@&#$$$$$@@@$$@@$$$$@@@@@$$@@$$$$@@$$$@", -"+#*@%#@&&@&*@%#$$$$$$@@$$@@$$$@@$$@@$$@@$$$$@@$$$@", -"+##@@####&@@@##$$@@$$@@$$@@$$$@@$$@@$$@@$$$$@@$$$@", -"+##%@@%##*@@@##$$$@@@@$$$$@@@$$@@@$@@$@@$$$$$@@@$@", -"+###%@@@@@@=@%#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@", -"+#####*&&%##%##$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@", -"+##############$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@", +"+####@@@@@@####$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@", +"+###@@@@@@@@###$$$@@@@$$$$@$$$$$$$$$$$$$$$$$$@$$$@", +"+##@@#####@@@##$$@@$$@@$$@@$$$$$$$$$$$$$$$$$@@$$$@", +"+#@@#######@@@#$$@@$$$$$@@@@@$$@@@@$$$@@$@@@@@@@$@", +"+#@#########@@#$$@@@$$$$$@@$$$@@$$@@$$@@$@@$@@$$$@", +"+#@###@%@###@@#$$$@@@@$$$@@$$$$$$$@@$$@@@$$$@@$$$@", +"+#@###%%%###@@#$$$$$@@@$$@@$$$$@@@@@$$@@$$$$@@$$$@", +"+#@###@%@###@@#$$$$$$@@$$@@$$$@@$$@@$$@@$$$$@@$$$@", +"+#@#########@@#$$@@$$@@$$@@$$$@@$$@@$$@@$$$$@@$$$@", +"+#@@########@@#$$$@@@@$$$$@@@$$@@@$@@$@@$$$$$@@@$@", +"+##@@######@@@#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@", +"+###@@####@@@##$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@", +"+####@@@@@@@###$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@", "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; |