summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CCheckBox/ccheckboxtest.cxx')
-rw-r--r--NxWidgets/UnitTests/CCheckBox/ccheckboxtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.cxx b/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.cxx
index 90abf2e67..e9ccc7628 100644
--- a/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.cxx
+++ b/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.cxx
@@ -253,7 +253,7 @@ void CCheckBoxTest::clickCheckBox(void)
// Poll for mouse events
//
- // Widget events are normally handled in a modal loop (by calling goModal()).
+ // Widget events are normally handled in a modal loop.
// However, for this case we know that we just pressed the mouse button
// so we don't have to poll. We can just perform a one pass poll then
// then check if the mouse event was processed corredly.