1
0
Fork 0
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:
Steffen Siebert 2011-01-06 23:10:54 +01:00 committed by Nikolay Pultsin
parent 6607f5139d
commit dd109d8c3f
3 changed files with 46 additions and 13 deletions

View file

@ -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;
}