| Index: views/controls/menu/native_menu_gtk.cc
|
| diff --git a/views/controls/menu/native_menu_gtk.cc b/views/controls/menu/native_menu_gtk.cc
|
| index c81f04b70daf46835e4695f6996e85e7e47662a6..b0d8065e588b4ba7c3be6078a3391627b25c1f50 100644
|
| --- a/views/controls/menu/native_menu_gtk.cc
|
| +++ b/views/controls/menu/native_menu_gtk.cc
|
| @@ -114,7 +114,7 @@ void NativeMenuGtk::AddSeparatorAt(int index) {
|
| void NativeMenuGtk::AddMenuItemAt(int index,
|
| GtkRadioMenuItem** last_radio_item) {
|
| GtkWidget* menu_item = NULL;
|
| - std::string label = ConvertAcceleratorsFromWindowsStyle(WideToUTF8(
|
| + std::string label = ConvertAcceleratorsFromWindowsStyle(UTF16ToUTF8(
|
| model_->GetLabelAt(index)));
|
|
|
| Menu2Model::ItemType type = model_->GetTypeAt(index);
|
|
|