Add pixmap as file type known to browser
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 18 Apr 2012 09:16:58 +0000 (11:16 +0200)
committerH.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

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",
 "",