1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

updated string ids

This commit is contained in:
Nikolay Pultsin 2011-07-18 20:33:06 +01:00
parent cd28ea960c
commit 60e7d24fd9
5 changed files with 5 additions and 5 deletions

View file

@ -54,7 +54,7 @@ public class BookTree extends LibraryTree {
@Override
protected String getStringId() {
return getName();
return "@BookTree " + getName();
}
@Override