diff -r 49a910838042 -r 29e72e3aeb92 icons/flag-cross-red.xpm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/icons/flag-cross-red.xpm Sun Jan 30 12:59:04 2005 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static const char * flag_cross_red_xpm[] = { +"22 22 2 1", +" c None", +". c #FF0000", +" ", +" ", +" ", +" ", +" ..... ... ", +" .... ..... ", +" ... ... ", +" ....... ", +" .... ", +" .... ", +" ...... ", +" .. ... ", +" .. ... ", +" .. .. ", +" ... .. ", +" ... ... ", +" ... .. ", +" ... .. ", +" .. . ", +" . .. ", +" ", +" "};