Index: views/controls/menu/menu_item_view_gtk.cc |
=================================================================== |
--- views/controls/menu/menu_item_view_gtk.cc (revision 71043) |
+++ views/controls/menu/menu_item_view_gtk.cc (working copy) |
@@ -91,7 +91,7 @@ |
(available_height - font.GetHeight()) / 2, width, |
font.GetHeight()); |
text_bounds.set_x(MirroredLeftPointForRect(text_bounds)); |
- canvas->DrawStringInt(GetTitle(), font, fg_color, |
+ canvas->DrawStringInt(WideToUTF16Hack(GetTitle()), font, fg_color, |
text_bounds.x(), text_bounds.y(), text_bounds.width(), |
text_bounds.height(), |
GetRootMenuItem()->GetDrawStringFlags()); |