From 2523b272053b7c4703f33eb6e7fba7ee9fe0f991 Mon Sep 17 00:00:00 2001 From: Rafael Moreno Date: Sun, 20 Sep 2009 20:06:27 +0200 Subject: [PATCH] add rp355p to SupportedFileTypes --- gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gui.c b/gui.c index c1118d7..76f720b 100644 --- a/gui.c +++ b/gui.c @@ -704,6 +704,7 @@ typedef struct { static SupportedFileTypes file_types[] = { {"RP250Preset", "*.rp250p"}, + {"RP355Preset", "*.rp355p"}, {"RP500Preset", "*.rp500p"}, };