blob: 281990da32eebf6b5402289c39b5a8be1c689183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/eim.cpp.orig 2012-03-08 22:07:27.000000000 -0600
+++ src/eim.cpp 2012-04-06 02:04:15.502210235 -0500
@@ -476,7 +476,7 @@ void* FcitxGooglePinyinCreate (FcitxInst
else
#endif
{
- syspath = strdup(GOOGLEPINYIN_LIBDIR "/googlepinyin/data/dict_pinyin.dat");
+ syspath = strdup(GOOGLEPINYIN_LIBDIR "/../share/googlepinyin/dict_pinyin.dat");
}
bool result = ime_pinyin::im_open_decoder(syspath, userDict);
free(syspath);
|