diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 07:02:49 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 07:02:49 +0000 |
commit | 871c71501430e4cf4d083cf44999891c34b77038 (patch) | |
tree | 35ed9c641bbca8e5dbc2a1dbc5d893fb34e6f312 /chrome/common/pref_names.cc | |
parent | 115f5540fcfb3e33e74e5ad7c4793aebd5513a9e (diff) | |
download | chromium_src-871c71501430e4cf4d083cf44999891c34b77038.zip chromium_src-871c71501430e4cf4d083cf44999891c34b77038.tar.gz chromium_src-871c71501430e4cf4d083cf44999891c34b77038.tar.bz2 |
Add remaining stuff for Mozc configuration DOMUI.
This still lacks "Reset to default" button which original
configuration dialog has, but all configuration items
are implemented.
Review URL: http://codereview.chromium.org/3043023
Patch from Takayoshi Kochi <kochi@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index dd994ac..72bb0c5 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -303,7 +303,7 @@ const wchar_t kLanguagePinyinLookupTablePageSize[] = const wchar_t kLanguageMozcPreeditMethod[] = L"settings.language.mozc_preedit_method"; const wchar_t kLanguageMozcSessionKeymap[] = - L"settings.language.mozc_sessoin_keymap"; + L"settings.language.mozc_session_keymap"; const wchar_t kLanguageMozcPunctuationMethod[] = L"settings.language.mozc_punctuation_method"; const wchar_t kLanguageMozcSymbolMethod[] = |