comparison pixmaps/available-error.xpm @ 3258:c92dc6f0e497

[gaim-migrate @ 3276] Broken light-bulb graphic for buddy presence errors. committer: Tailor Script <tailor@pidgin.im>
author Jim Seymour <jseymour>
date Sat, 18 May 2002 20:32:04 +0000
parents
children
comparison
equal deleted inserted replaced
3257:4c28751180f9 3258:c92dc6f0e497
1 /* XPM */
2 static char * available_error_xpm[] = {
3 "12 14 6 1",
4 " c None",
5 ". c #333333",
6 "+ c #000000",
7 "@ c #E8E8E8",
8 "# c #666666",
9 "$ c #4C4C4C",
10 " .. ",
11 " . +@. ",
12 " .@#+@@. ",
13 " .@@@+@@@. ",
14 " .@@++#@@. ",
15 " .@@+@+++. ",
16 " .@+@+@@@. ",
17 " .@+++@# ",
18 " .+@@@+. ",
19 " .@@@. ",
20 " $+++$ ",
21 " $+++$ ",
22 " +++ ",
23 " "};