| Index: chrome/browser/gtk/bookmark_utils_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/bookmark_utils_gtk.cc (revision 71043)
|
| +++ chrome/browser/gtk/bookmark_utils_gtk.cc (working copy)
|
| @@ -139,8 +139,7 @@
|
| int text_width = sender->allocation.width - text_x;
|
| ResourceBundle& rb = ResourceBundle::GetSharedInstance();
|
| const gfx::Font& base_font = rb.GetFont(ResourceBundle::BaseFont);
|
| - canvas.DrawStringInt(UTF16ToWide(data->text),
|
| - base_font, data->text_color,
|
| + canvas.DrawStringInt(data->text, base_font, data->text_color,
|
| text_x, 0, text_width, sender->allocation.height);
|
|
|
| return TRUE;
|
|
|