mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
NEW: Support for SlovoEd English German Deluxe dictionary added.
This commit is contained in:
parent
6607f5139d
commit
dd109d8c3f
3 changed files with 46 additions and 13 deletions
|
@ -42,7 +42,7 @@ class DictionaryPreference extends ZLStringListPreference {
|
|||
final String[] texts = new String[infos.size()];
|
||||
int index = 0;
|
||||
for (PackageInfo i : infos) {
|
||||
values[index] = i.ClassName;
|
||||
values[index] = i.Title;
|
||||
texts[index] = i.Title;
|
||||
++index;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue