add RP1000 support

This commit is contained in:
Jonathan A. Tice
2010-04-24 15:07:18 +02:00
parent 59753a61dc
commit e12de97fab
3 changed files with 350 additions and 0 deletions

1
gui.c
View File

@@ -861,6 +861,7 @@ static SupportedFileTypes file_types[] = {
{"RP255Preset", "*.rp255p"},
{"RP355Preset", "*.rp355p"},
{"RP500Preset", "*.rp500p"},
{"RP1000Preset", "*.rp1000p"},
};
static guint n_file_types = G_N_ELEMENTS(file_types);