From 035bec8a9f02ffa9fd6354439799f45ef8de5e53 Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Thu, 15 Apr 2010 13:11:40 +0800 Subject: [PATCH] Update the phrases.txt location --- src/SpecialPhraseTable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SpecialPhraseTable.cc b/src/SpecialPhraseTable.cc index 28ade93..c4dc71e 100644 --- a/src/SpecialPhraseTable.cc +++ b/src/SpecialPhraseTable.cc @@ -23,7 +23,7 @@ private: SpecialPhraseTable::SpecialPhraseTable (void) { gchar * path = g_build_filename (g_get_user_config_dir (), - "ibus", "ibus-pinyin", "phrases.txt", NULL); + "ibus", "pinyin", "phrases.txt", NULL); load ("phrases.txt") || load (path) || -- 2.7.4