From: H.G. Muller Date: Wed, 18 Apr 2012 09:16:58 +0000 (+0200) Subject: Add pixmap as file type known to browser X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=9d3e2828cf9fbfa1160ac7e4d61d82b2d06a3406;p=xboard.git Add pixmap as file type known to browser Users can browse for a pixmap to set the board texture. --- diff --git a/dialogs.c b/dialogs.c index 046fbc6..48a3ff7 100644 --- 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", "",