Commit bee2335c authored by yusukes@google.com's avatar yusukes@google.com

Revert the change to language_config_view.cc, which was wrongly introduced by

http://src.chromium.org/viewvc/chrome?view=rev&revision=49369

BUG=none
TEST=manual

Review URL: http://codereview.chromium.org/2729008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49371 0039d316-1c4b-4281-b951-d872f2087c98
parent 556c5d74
......@@ -384,7 +384,7 @@ void LanguageConfigView::AddInputMethodSection(
input_method_id);
layout->StartRow(0, kPerLanguageDoubleColumnSetId);
InputMethodCheckbox* checkbox
= new InputMethodCheckbox(UTF8ToWide(display_name).substr(0, 4),
= new InputMethodCheckbox(UTF8ToWide(display_name),
input_method_id);
checkbox->set_listener(this);
checkbox->set_tag(kSelectInputMethodButton);
......@@ -545,8 +545,8 @@ void LanguageConfigView::InitInputMethodConfigViewMap() {
// TODO(yusukes): Enable the following two mappings when ibus-mozc starts
// supporting IBus style configs.
input_method_config_view_map_["mozc"] = CreateLanguageMozcConfigView;
input_method_config_view_map_["mozc-jp"] = CreateLanguageMozcConfigView;
// input_method_config_view_map_["mozc"] = CreateLanguageMozcConfigView;
// input_method_config_view_map_["mozc-jp"] = CreateLanguageMozcConfigView;
}
void LanguageConfigView::InitInputMethodIdMapsAndVectors() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment