summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx')
-rw-r--r--NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx b/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx
index d44238c78..801da7289 100644
--- a/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx
+++ b/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx
@@ -289,7 +289,7 @@ void CGlyphButtonTest::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
// then check if the event was processed corredly.