view pixmaps/login_icon.xpm @ 5281:eae93f3e46bd

[gaim-migrate @ 5653] Miloslav Trmac (trmac) writes: " Hello, attached patch contains two trivial message changes * Use "Entry field" instead of "Entry widget". "widget" is a technical term, it's non-technical meaning ("any random thing") is not great. And translating it is a pain for the same reason. * "because the chosen filename does not exist" s/filename/file/. " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 02 May 2003 01:57:52 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * login_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 14 1",
/* colors */
" 	c None",
".	c #ccccff",
"X	c #6699cc",
"o	c #336699",
"O	c #000099",
"+	c #000066",
"@	c #cccccc",
"#	c black",
"$	c #999966",
"%	c #ffff66",
"&	c #cccc99",
"*	c #996666",
"=	c #999999",
"-	c #666699",
/* pixels */
"        .XoO",
" OO+O+OOX.@+",
" O#$%$#O .&+",
" +#%%%#+ .@O",
" O#$%*#O .&O",
" O%%%%%O =@O",
" +%%%%%+ #-+",
" O$%%%$O $@O",
" +#%%%#+ .&+",
" O#%%%#O .@O",
"OOO+O+OOX.&+",
"         XoO"};