Artwork replacement (c) Julian Smart

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-31 20:29:11 +00:00
parent 7942245db0
commit aadb4d67c8
33 changed files with 1277 additions and 528 deletions

View File

@@ -1,7 +1,7 @@
/* XPM */
static char *repview_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
"16 15 3 1",
" c Black",
"X c #FFFFFF",
". c #C0C0C0",
@@ -21,5 +21,4 @@ static char *repview_xpm[] = {
" XXXXXXXXXXXXXX ",
" X X X X ",
" XXXXXXXXXXXXXX ",
" "
};