view pixmaps/tb_refresh.xpm @ 5116:c081a81ee013

[gaim-migrate @ 5479] Bjoern Voigt writes: "I have prepared some updates and patches: 1) File i18n5-de.patch - updated German translation 2) File i18n5.patch - new files in po/POTFILES.in - new strings marked for translation 3) File i18n5-accelgroup.patch - keyboard accelerators for conversation window 4) File i18n5-gaim-remote.patch - i18n support for gaim-remote.c - correct handling of "--help" option" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 12 Apr 2003 23:31:41 +0000
parents 6f049002d963
children
line wrap: on
line source

/* XPM */
static char *tb_refresh_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 10 1",
"  c black",
". c #37452b",
"X c #004300550035",
"o c #475937",
"O c #4c603c",
"+ c #526741",
"@ c #566b43",
"# c #5a7046",
"$ c #5c7449",
"% c None",
/* pixels */
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%% %%%%%%%%%%%%",
"%%%%%%%%%%  %%%%%%%%%%%%",
"%%%%%%%%% @O   %%%%%%%%%",
"%%%%%%%% +#++OX  %%%%%%%",
"%%%%%%%%% @+   XX %%%%%%",
"%%%%%%% %%  %%% . %%%%%%",
"%%%%%% %%%% %%%% . %%%%%",
"%%%%%  %%%%%%%%%%  %%%%%",
"%%%%%  %%%%%%%%%%  %%%%%",
"%%%%% X %%%% %%%% %%%%%%",
"%%%%%% X %%%  %% %%%%%%%",
"%%%%%% XO   +o %%%%%%%%%",
"%%%%%%%  ++$+O+ %%%%%%%%",
"%%%%%%%%%   OX %%%%%%%%%",
"%%%%%%%%%%%%  %%%%%%%%%%",
"%%%%%%%%%%%% %%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%"
};