annotate pixmaps/tb_drag_arrow_right.xpm @ 9506:c6ecd07aed6f
[gaim-migrate @ 10333]
Fix a crash with the <2.4 file chooser when using the X to close the
window. Also set a better default window title.
committer: Tailor Script <tailor@pidgin.im>
author
Mark Doliner <mark@kingant.net>
date
Sun, 11 Jul 2004 04:09:43 +0000 (2004-07-11)
parents
5fb47ec9bfe4
children
87e95b8ce60b
rev
line source
4359
+ �� 1 /* XPM */
+ �� 2 static char * tb_drag_arrow_left_xpm[] = {
+ �� 3 "16 13 2 1",
+ �� 4 " c None",
+ �� 5 ". c #FF0000",
+ �� 6 " . ",
+ �� 7 " .. ",
+ �� 8 " ... ",
+ �� 9 " .... ",
+ �� 10 " ..... ",
+ �� 11 "............... ",
+ �� 12 "................",
+ �� 13 "............... ",
+ �� 14 " ..... ",
+ �� 15 " .... ",
+ �� 16 " ... ",
+ �� 17 " .. ",
+ �� 18 " . "};