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

colordict 3 support

This commit is contained in:
Nikolay Pultsin 2011-01-28 05:25:36 +00:00
parent 93056fa687
commit fb3648b597
5 changed files with 37 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.Title;
values[index] = i.Id;
texts[index] = i.Title;
++index;
}