]> git.saurik.com Git - wxWidgets.git/blame - utils/configtool/src/bitmaps/redo.xpm
Added PNG bitmaps for easier editing (forgot to commit previously)
[wxWidgets.git] / utils / configtool / src / bitmaps / redo.xpm
CommitLineData
d7463f75
JS
1/* XPM */
2static char *redo_xpm[] = {
3/* width height num_colors chars_per_pixel */
4" 16 15 3 1",
5/* colors */
6". c #000080",
eac703e9 7"# c None",
d7463f75
JS
8"a c #808080",
9/* pixels */
10"################",
11"################",
12"################",
13"################",
14"###a....########",
15"##a.####..###.##",
16"##.#######.#..##",
17"##.########...##",
18"##.#######....##",
19"##a.#####.....##",
20"###.a###########",
21"################",
22"################",
23"################",
24"################"
25};