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:
parent
93056fa687
commit
fb3648b597
5 changed files with 37 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.Title;
|
||||
values[index] = i.Id;
|
||||
texts[index] = i.Title;
|
||||
++index;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue