1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

localized library type; restored library search

This commit is contained in:
Nikolay Pultsin 2011-07-14 18:44:47 +01:00
parent f78280c780
commit bc47aabade
20 changed files with 26 additions and 64 deletions

View file

@ -46,7 +46,7 @@ public final class Library {
public static final String ROOT_FILE_TREE = "fileTree";
public static ZLResource resource() {
return ZLResource.resource("libraryView");
return ZLResource.resource("library");
}
private final List<Book> myBooks = new LinkedList<Book>();