KeyHandler // Fix typo: Symchronize -> Synchronize.
This commit is contained in:
parent
c66a6ef1bf
commit
b8ccde8e2b
|
@ -111,7 +111,7 @@ static NSString *const kGraphVizOutputfile = @"/tmp/vChewing-visualization.dot";
|
||||||
newUserOverrideModel = [mgrLangModel userOverrideModelCHT];
|
newUserOverrideModel = [mgrLangModel userOverrideModelCHT];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Symchronize the Preference Setting "setPhraseReplacementEnabled" to the new LM.
|
// Synchronize the Preference Setting "setPhraseReplacementEnabled" to the new LM.
|
||||||
newLanguageModel->setPhraseReplacementEnabled(Preferences.phraseReplacementEnabled);
|
newLanguageModel->setPhraseReplacementEnabled(Preferences.phraseReplacementEnabled);
|
||||||
|
|
||||||
// Only apply the changes if the value is changed
|
// Only apply the changes if the value is changed
|
||||||
|
|
Loading…
Reference in New Issue