summaryrefslogtreecommitdiffstats
path: root/views/widget/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/widget.h')
-rw-r--r--views/widget/widget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/widget/widget.h b/views/widget/widget.h
index efa16c5..14a61a0 100644
--- a/views/widget/widget.h
+++ b/views/widget/widget.h
@@ -104,10 +104,10 @@ class Widget {
// Get the theme provider.
virtual ThemeProvider* GetThemeProvider() const { return NULL; }
- // Get the dialog theme provider; this is necessary for when a dialog has
- // no profile (and ThemeProvider) associated with it. The dialog theme
- // provider provides a default set of bitmaps that such dialogs can use.
- virtual ThemeProvider* GetDialogThemeProvider() { return NULL; }
+ // Get the default theme provider; this is necessary for when a widget has
+ // no profile (and ThemeProvider) associated with it. The default theme
+ // provider provides a default set of bitmaps that such widgets can use.
+ virtual ThemeProvider* GetDefaultThemeProvider() { return NULL; }
};
} // namespace views