projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
eef912b
)
Add pixmap as file type known to browser
author
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 18 Apr 2012 09:16:58 +0000 (11:16 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 18 Apr 2012 09:16:58 +0000 (11:16 +0200)
Users can browse for a pixmap to set the board texture.
dialogs.c
patch
|
blob
|
history
diff --git
a/dialogs.c
b/dialogs.c
index
046fbc6
..
48a3ff7
100644
(file)
--- a/
dialogs.c
+++ b/
dialogs.c
@@
-2069,6
+2069,7
@@
static char *FileTypes[] = {
"Tournaments",
"Opening Books",
"Sound files",
+"Images",
"Settings (*.ini)",
"Log files",
"All files",
@@
-2087,6
+2088,7
@@
static char *Extensions[] = {
".trn",
".bin",
".wav",
+".xpm",
".ini",
".log",
"",