Added AppleWorksDataBaseFileFilter to the list of suggested filters.

This commit is contained in:
Robert Greene 2003-02-17 04:41:42 +00:00
parent ba4243a591
commit 97b4854d2b
1 changed files with 2 additions and 0 deletions

View File

@ -443,6 +443,8 @@ public class ProdosFileEntry extends ProdosCommonEntry implements FileEntry {
return new TextFileFilter();
} else if ("AWP".equals(getFiletype())) {
return new AppleWorksWordProcessorFileFilter();
} else if ("ADB".equals(getFiletype())) {
return new AppleWorksDataBaseFileFilter();
} else if ("BAS".equals(getFiletype())) {
return new ApplesoftFileFilter();
} else if ("INT".equals(getFiletype())) { // supposedly not available in ProDOS, however