summaryrefslogtreecommitdiffstats
path: root/views/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/view.h')
-rw-r--r--views/view.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/views/view.h b/views/view.h
index 4e6ace3..490662d 100644
--- a/views/view.h
+++ b/views/view.h
@@ -1093,14 +1093,12 @@ class View : public AcceleratorTarget {
// Called when the UI theme has changed, overriding allows individual Views to
// do special cleanup and processing (such as dropping resource caches).
- // To dispatch a theme changed notification, call
- // RootView::NotifyThemeChanged().
+ // To dispatch a theme changed notification, call Widget::ThemeChanged().
virtual void OnThemeChanged() { }
// Called when the locale has changed, overriding allows individual Views to
// update locale-dependent strings.
- // To dispatch a locale changed notification, call
- // RootView::NotifyLocaleChanged().
+ // To dispatch a locale changed notification, call Widget::LocaleChanged().
virtual void OnLocaleChanged() { }
// Tooltips ------------------------------------------------------------------