add RP255 support

This commit is contained in:
Miklos Aubert
2010-03-04 18:54:58 +01:00
parent ff0be8230e
commit 59753a61dc
2 changed files with 92 additions and 0 deletions

1
gui.c
View File

@@ -858,6 +858,7 @@ typedef struct {
static SupportedFileTypes file_types[] = {
{"RP250Preset", "*.rp250p"},
{"RP255Preset", "*.rp255p"},
{"RP355Preset", "*.rp355p"},
{"RP500Preset", "*.rp500p"},
};