From 9d3e2828cf9fbfa1160ac7e4d61d82b2d06a3406 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Wed, 18 Apr 2012 11:16:58 +0200 Subject: [PATCH] Add pixmap as file type known to browser Users can browse for a pixmap to set the board texture. --- dialogs.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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", "", -- 1.7.0.4