aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIWindowManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'guilib/GUIWindowManager.h')
-rw-r--r--guilib/GUIWindowManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/GUIWindowManager.h b/guilib/GUIWindowManager.h
index db1e94b393..2beb098846 100644
--- a/guilib/GUIWindowManager.h
+++ b/guilib/GUIWindowManager.h
@@ -67,7 +67,7 @@ public:
// currently focused window(s). Returns true only if the message is handled.
bool OnAction(const CAction &action);
- /*! \brief Rendering of the current window
+ /*! \brief Rendering of the current window and any dialogs
Render is called every frame to draw the current window and any dialogs.
It should only be called from the application thread.
*/