]> git.saurik.com Git - wxWidgets.git/blame - utils/configtool/src/bitmaps/save.xpm
data copying fixes for configtool
[wxWidgets.git] / utils / configtool / src / bitmaps / save.xpm
CommitLineData
d7463f75
JS
1/* XPM */
2static char *save_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 15 4 1",
5" c None",
6". c Black",
7"X c #808000",
8"o c #808080",
9/* pixels */
10" ",
11" .............. ",
12" .X. . . ",
13" .X. ... ",
14" .X. .X. ",
15" .X. .X. ",
16" .X. .X. ",
17" .X. .X. ",
18" .XX........oX. ",
19" .XXXXXXXXXXXX. ",
20" .XX.........X. ",
21" .XX...... .X. ",
22" .XX...... .X. ",
23" .XX...... .X. ",
24" ............. "
25};