Mercurial > pidgin.yaz
annotate pixmaps/warn.xpm @ 2406:184a7b05fd02
[gaim-migrate @ 2419]
(09:34:45) ***warmenhoven returns
(09:35:09) black_bmc: warmenhoven at least!
(09:35:27) black_bmc: warmenhoven i need something from you -)
(09:35:44) warmenhoven: ok
(09:35:44) black_bmc: look in ru.po in gaim/po/ directory
(09:35:50) ***murley snickers, thinks warmenhoven should rewrtie gaim in java, heh
(09:35:56) warmenhoven: oh yeah.
(09:36:06) warmenhoven: because you know i love java so much.
(09:36:11) warmenhoven: and then it'd be cross-platform.
(09:36:11) black_bmc: "Content-Type: text/plain; charset=ISO-8859-5\n"
(09:36:17) black_bmc: you see that ?
(09:36:20) murley: that way we could all use a slow nasty hiddious looking program
(09:36:25) warmenhoven: yep
(09:36:39) warmenhoven: i take it that's not correct
(09:36:40) black_bmc: warmenhoven here must be "Content-Type: text/plain; charset=KOI8-R\n"
(09:37:02) warmenhoven: okie dokie
(09:37:05) warmenhoven: that the only change?
(09:37:07) murley: I'm a sysadmin, and I just found out a user installed a java tomcat webserver on my server, it was eating 400MB or ram
(09:37:09) black_bmc: yes
(09:37:26) black_bmc: warmenhoven why somebody change it to ISO ?
(09:37:38) warmenhoven: i don't know
(09:37:49) murley: Then i began to wonder why 2000 websites went to a scretching halt. :)
(09:37:56) black_bmc: warmenhoven heh. -)
(09:38:08) murley: kill -9 is my friend, the world is good now :)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 01 Oct 2001 16:39:10 +0000 |
parents | 0bbcdd94e5b0 |
children |
rev | line source |
---|---|
467 | 1 /* XPM */ |
2 static char * warn_xpm[] = { | |
665 | 3 "24 24 25 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #B8AE9A", | |
7 "@ c #DCD0B8", | |
8 "# c #C9BEA8", | |
9 "$ c #A89F8D", | |
10 "% c #A7685C", | |
11 "& c #956056", | |
12 "* c #625C51", | |
13 "= c #C59C94", | |
14 "- c #B37D72", | |
15 "; c #B0A693", | |
16 "> c #BD8D84", | |
17 ", c #A67369", | |
18 "' c #9A9181", | |
19 ") c #CCC5B7", | |
20 "! c #C1B9A8", | |
21 "~ c #B4AA96", | |
22 "{ c #AC786D", | |
23 "] c #79554A", | |
24 "^ c #85685A", | |
25 "/ c #908878", | |
26 "( c #938B7A", | |
27 "_ c #6D5446", | |
28 ": c #664E41", | |
29 " ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " ", | |
36 " ", | |
37 " ", | |
38 " ...... ... ", | |
39 " .+@#@@$..%%&... ", | |
40 " .*@$@@@@@.=-.%%. ", | |
41 " .;@@+@##@@.>%.,,. ", | |
42 " ..#'#)!~~.{].^^. ", | |
43 " ./~~~~~(.._::... ", | |
44 " ....~(. ... ", | |
45 " .~. ", | |
46 " .@~. ", | |
47 " .@(. ", | |
48 " .~(. ", | |
49 " ... ", | |
50 " ", | |
51 " ", | |
52 " "}; |