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:
parent
f78280c780
commit
bc47aabade
20 changed files with 26 additions and 64 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue