1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +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

@ -63,7 +63,7 @@ class ProcessHyperlinkAction extends FBAction {
return;
} else if (region instanceof ZLTextWordRegion) {
DictionaryUtil.openWordInDictionary(
myBaseActivity, ((ZLTextWordRegion)region).Word.toString()
myBaseActivity, (ZLTextWordRegion)region
);
}
}