Fix a typo in wxWindow::CaptureMouse() comment

There are no functional changes.

Closes https://github.com/wxWidgets/wxWidgets/pull/1291
This commit is contained in:
orbitcowboy
2019-04-12 08:33:43 +02:00
committed by Vadim Zeitlin
parent b63e89db92
commit d82de6b5bf

View File

@@ -1019,7 +1019,7 @@ public:
// start or end mouse capture, these functions maintain the stack of
// windows having captured the mouse and after calling ReleaseMouse()
// the mouse is not released but returns to the window which had had
// the mouse is not released but returns to the window which had
// captured it previously (if any)
void CaptureMouse();
void ReleaseMouse();