Index: views/controls/tabbed_pane/native_tabbed_pane_win.cc |
=================================================================== |
--- views/controls/tabbed_pane/native_tabbed_pane_win.cc (revision 55911) |
+++ views/controls/tabbed_pane/native_tabbed_pane_win.cc (working copy) |
@@ -284,7 +284,7 @@ |
NULL); |
HFONT font = ResourceBundle::GetSharedInstance(). |
- GetFont(ResourceBundle::BaseFont).hfont(); |
+ GetFont(ResourceBundle::BaseFont).GetNativeFont(); |
SendMessage(tab_control, WM_SETFONT, reinterpret_cast<WPARAM>(font), FALSE); |
// Create the view container which is a child of the TabControl. |