Mercurial > hg > xemacs-beta
view etc/custom/radio0.xpm @ 1657:5c8854104e13
[xemacs-hg @ 2003-08-31 17:52:59 by adrian]
[A21.5R21.4] [PATCH] Fix makeinfo-test and check-temacs in nt/xemacs.mak
-------------------- ChangeLog entries follow: --------------------
nt/ChangeLog addition:
2003-08-31 Adrian Aichner <adrian@xemacs.org>
* xemacs.mak (makeinfo-test): Moved after variable initialization
to make test actually work.
* xemacs.mak (TEMACS_BATCH_PACKAGES): New.
* xemacs.mak (check-temacs): Use TEMACS_BATCH_PACKAGES to enable
regression tests requiring packages.
author | adrian |
---|---|
date | Sun, 31 Aug 2003 17:52:59 +0000 |
parents | 8fc7fe29b841 |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char * radio0_xpm[] = { "12 11 4 1", " c #FFFFFFFFFFFF s background", ". c #E6E6E6E6E6E6", "X c #BFBFBFBFBFBF", "o c #737373737373", " .. ", " .... ", " ..XX.. ", " ..XXXX.. ", " ..XXXXXX.. ", "ooXXXXXXXXoo", " ooXXXXXXoo ", " ooXXXXoo ", " ooXXoo ", " oooo ", " oo "};