mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-02-26 11:28:56 +00:00
Added AppleWorksDataBaseFileFilter to the list of suggested filters.
This commit is contained in:
parent
ba4243a591
commit
97b4854d2b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user