Mercurial > pidgin
annotate pixmaps/mrt.xpm @ 5116:c081a81ee013
[gaim-migrate @ 5479]
Bjoern Voigt writes:
"I have prepared some updates and patches:
1) File i18n5-de.patch
- updated German translation
2) File i18n5.patch
- new files in po/POTFILES.in
- new strings marked for translation
3) File i18n5-accelgroup.patch
- keyboard accelerators for conversation window
4) File i18n5-gaim-remote.patch
- i18n support for gaim-remote.c
- correct handling of "--help" option"
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 12 Apr 2003 23:31:41 +0000 |
parents | 074c31619d38 |
children |
rev | line source |
---|---|
1966 | 1 /* XPM */ |
2 static char * mrt_xpm[] = { | |
3 "18 19 5 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #000008", | |
7 "@ c #FFBD00", | |
8 "# c #FFFFFF", | |
9 " ...... ", | |
10 " ..@@@@@@.. ", | |
11 " ..@..@@@@..@.. ", | |
12 " ..@..@@@@..@.. ", | |
13 " .@@.#+.@@..#+@@. ", | |
14 " ..#####..####++. ", | |
15 "..##############++", | |
16 ".+####+####+####++", | |
17 ".+####+####+##++@.", | |
18 ".@+#####++###+@@@.", | |
19 ".@@..##+@@+##+@@@.", | |
20 ".@@@@.+@@@@++@@@@.", | |
21 " .@@@@......@@@@. ", | |
22 " ..@@.@@@@@@.@... ", | |
23 " ....@....@.... ", | |
24 " ....@....@.. ", | |
25 " ...@....@.. ", | |
26 " .@@@@@@. ", | |
27 " ...... "}; |