diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-04-10 00:24:31 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-04-10 00:24:31 +0000 |
commit | 699366fbb33006c567bad7ee9a48599a16483a40 (patch) | |
tree | 19cb48fcfa36d941d22307b7f1fb4634885eb1cf | |
parent | bf0a0e6ea1795ba6e5ca41e1c5e8f71e74332eb2 (diff) | |
download | clientdata-699366fbb33006c567bad7ee9a48599a16483a40.tar.gz clientdata-699366fbb33006c567bad7ee9a48599a16483a40.tar.bz2 clientdata-699366fbb33006c567bad7ee9a48599a16483a40.tar.xz clientdata-699366fbb33006c567bad7ee9a48599a16483a40.zip |
changes to icons and dev file to follow that
-rw-r--r-- | icons/tmw-icon.ico | bin | 0 -> 2998 bytes | |||
-rw-r--r-- | icons/tmw-icon.png | bin | 0 -> 1103 bytes | |||
-rw-r--r-- | icons/tmw-icon.xpm | 56 |
3 files changed, 56 insertions, 0 deletions
diff --git a/icons/tmw-icon.ico b/icons/tmw-icon.ico Binary files differnew file mode 100644 index 00000000..d078f333 --- /dev/null +++ b/icons/tmw-icon.ico diff --git a/icons/tmw-icon.png b/icons/tmw-icon.png Binary files differnew file mode 100644 index 00000000..2598a620 --- /dev/null +++ b/icons/tmw-icon.png diff --git a/icons/tmw-icon.xpm b/icons/tmw-icon.xpm new file mode 100644 index 00000000..a9e91161 --- /dev/null +++ b/icons/tmw-icon.xpm @@ -0,0 +1,56 @@ +/* XPM */ +static char *dummy[]={ +"32 32 21 1", +". c None", +"f c #003300", +"s c #003333", +"# c #003366", +"d c #006600", +"h c #009933", +"c c #040404", +"m c #0c0c0c", +"a c #3366cc", +"e c #339933", +"g c #33cc33", +"o c #66cc99", +"r c #993300", +"n c #996633", +"b c #99ccff", +"j c #c0c0c0", +"k c #cc6666", +"q c #cc9933", +"i c #cc9999", +"p c #cccc66", +"l c #efd6c6", +"................................", +".........................#......", +"........#................a......", +".......#a..............#aba#....", +"...#.......cccccccc......a......", +"...a......ccdeddcfdcc....#......", +".#ab#....ccccegdheefc...........", +"...#...cccdheeeeehdddc..........", +".......cheheegeeehddfcc.cc......", +"........ccdhedeeehhdcc..cic.....", +".......ccdhgeeeheeddfc.cijc.....", +".......cfddhehhhddfccc.cikcc....", +".......ccccfdhedfdffc..cjliccm..", +"..........cccdfdfcccc.cciiknc...", +".....cccc...cccccc...cceciiicc..", +"....cgoggccccnpqrc..mcgogeckcec.", +"....ccggogggccqpqccmccecciidogcm", +"....cjncgggecpncnrcccnijijikdec.", +".....ciikceccrqqcncrciiliikcnc..", +"....ccccccrcpqpqnrnkdkiiiiiinc..", +"..cccgogeccnqpccpqncdcseinikrc..", +"..cgooogggecnqcnqcpneedddsknegc.", +"..ccccggoooggcnegeceeegdedseogg.", +"...ccrkggggggoogggoeggegeeddcec.", +".....ccrcceggggeggggeggegeeckcc.", +".....mcnilkcgepccceggecceeecic..", +"......mcriikccinkcpeeencceciic..", +"........cijiilikiikccciknccrkc..", +".......cckiknccckiijiiknrc.cc...", +"........cccncc.ccnkknrccc...c...", +"..........ccc....ccccc..........", +"...........m...................."}; |