projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
be34941
)
Add sound files to browser menu
author
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 11 Apr 2012 17:24:36 +0000 (19:24 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 11 Apr 2012 17:24:36 +0000 (19:24 +0200)
dialogs.c
patch
|
blob
|
history
diff --git
a/dialogs.c
b/dialogs.c
index
9b5995c
..
6c8e38f
100644
(file)
--- a/
dialogs.c
+++ b/
dialogs.c
@@
-2067,6
+2067,7
@@
static char *FileTypes[] = {
"Chess Positions",
"Tournaments",
"Opening Books",
+"Sound files",
"Settings (*.ini)",
"Log files",
"All files",
@@
-2084,6
+2085,7
@@
static char *Extensions[] = {
".fen .epd .pos",
".trn",
".bin",
+".wav",
".ini",
".log",
"",