projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Chinese translations update from Jiawei Huang.
[wxWidgets.git]
/
art
/
close.xpm
Commit
Line
Data
b9727751
VZ
1
/* XPM */
2
static const char * const close_xpm[] = {
3
"12 10 2 1",
4
" c None",
5
"X c black",
6
" ",
7
" XX XX ",
8
" XX XX ",
9
" XXXX ",
10
" XX ",
11
" XXXX ",
12
" XX XX ",
13
" XX XX ",
14
" ",
15
" "};
16