summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorfalken@chromium.org <falken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-23 04:17:04 +0000
committerfalken@chromium.org <falken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-23 04:17:04 +0000
commite8e2ab171b90fbe71ca4fca5205cd25dc07dbfd0 (patch)
tree932a993202f0c165cdd38c30f31b4844ddd11e56 /views
parent8093382a5f49c50cdb6262329a30b14f3c241ee6 (diff)
downloadchromium_src-e8e2ab171b90fbe71ca4fca5205cd25dc07dbfd0.zip
chromium_src-e8e2ab171b90fbe71ca4fca5205cd25dc07dbfd0.tar.gz
chromium_src-e8e2ab171b90fbe71ca4fca5205cd25dc07dbfd0.tar.bz2
Use ResourceBundle::BaseFont for GTK tooltips.
If no font is specified, the font used can differ from the base font. This happens when we set the UI font manually using IDS_UI_FONT_FAMILY_CROS. BUG=chromium-os:7737 TEST=manually tested on netbook and Linux Review URL: http://codereview.chromium.org/6476023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/widget/tooltip_manager_gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/tooltip_manager_gtk.h b/views/widget/tooltip_manager_gtk.h
index c78acec..0eb4aba 100644
--- a/views/widget/tooltip_manager_gtk.h
+++ b/views/widget/tooltip_manager_gtk.h
@@ -42,7 +42,7 @@ class TooltipManagerGtk : public TooltipManager {
// The view supplied to the last invocation of ShowKeyboardTooltip.
View* keyboard_view_;
- // Custimized tooltip window.
+ // Customized tooltip window.
TooltipWindowGtk tooltip_window_;
DISALLOW_COPY_AND_ASSIGN(TooltipManagerGtk);