comparison pidgin/pixmaps/tb_drag_arrow_right.xpm @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children
comparison
equal deleted inserted replaced
15373:f79e0f4df793 15374:5fe8042783c1
1 /* XPM */
2 static char * tb_drag_arrow_right_xpm[] = {
3 "16 13 13 1",
4 " c None",
5 ". c #B80000",
6 "+ c #E40E0E",
7 "@ c #D23333",
8 "# c #E54545",
9 "$ c #F05757",
10 "% c #E56A6A",
11 "& c #E87676",
12 "* c #E78383",
13 "= c #F02F2F",
14 "- c #ED9191",
15 "; c #E79F9F",
16 "> c #EDAFAF",
17 " . ",
18 " +. ",
19 " +@. ",
20 " +##. ",
21 ".........+$$$. ",
22 "+%%%%%%%%%%%%%. ",
23 "+&&&&&&&&&&&&&&.",
24 "+*************= ",
25 "+=========---= ",
26 " +;;= ",
27 " +>= ",
28 " += ",
29 " + "};