Add sound files to browser menu
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 11 Apr 2012 17:24:36 +0000 (19:24 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 11 Apr 2012 17:24:36 +0000 (19:24 +0200)
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",
 "",