mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
cosmetic changes
This commit is contained in:
parent
eb8539c9c6
commit
445617aef1
3 changed files with 76 additions and 76 deletions
2
TODO.1.5
2
TODO.1.5
|
@ -6,7 +6,7 @@ Amazon store: issues
|
|||
|
||||
1.5.6:
|
||||
|
||||
DELAYED something wrong with epubbud catalog
|
||||
* something wrong with epubbud catalog
|
||||
* duplicates: *.epub vs. *.epub:xxx.opf
|
||||
|
||||
1.5.*:
|
||||
|
|
|
@ -39,7 +39,7 @@ public class FileTypeCollection {
|
|||
addType(new SimpleFileType("PDF", "pdf", MimeType.TYPES_PDF));
|
||||
addType(new FileTypeDjVu());
|
||||
addType(new SimpleFileType("ZIP archive", "zip", Collections.singletonList(MimeType.APP_ZIP)));
|
||||
addType(new SimpleFileType("DOC", "doc", MimeType.TYPES_DOC));
|
||||
addType(new SimpleFileType("MS Word document", "doc", MimeType.TYPES_DOC));
|
||||
}
|
||||
|
||||
private void addType(FileType type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue