1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

Free Dictionary code has been removed (no way to send word to Free Dictionary)

This commit is contained in:
Nikolay Pultsin 2011-01-14 05:41:50 +00:00
parent 009821710b
commit 4d2ca933bf

View file

@ -51,11 +51,6 @@ public abstract class DictionaryUtil {
"com.ngc.fora.ForaDictionary", "com.ngc.fora.ForaDictionary",
"Fora Dictionary" "Fora Dictionary"
)); ));
ourDictionaryInfos.add(new PackageInfo(
"org.freedictionary",
"org.freedictionary.MainActivity",
"Free Dictionary . org"
));
} }
return ourDictionaryInfos; return ourDictionaryInfos;
} }