summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx')
-rw-r--r--NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx b/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx
index 2b41eca63..c8e02938b 100644
--- a/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx
+++ b/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx
@@ -308,7 +308,7 @@ void CLatchButtonTest::release(void)
(void)nx_mousein(handle, m_center.x, m_center.y, NX_MOUSE_NOBUTTONS);
}
-// 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 when there should be press and release
// events so we don't have to poll. We can just perform a one pass poll.