X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/744d91d41f4756ca4ec61f0a375068a239a6126f..04a123c642b0fc589e29cdd507faf11b85973f79:/tests/html/htmlwindow.cpp diff --git a/tests/html/htmlwindow.cpp b/tests/html/htmlwindow.cpp index ece296e8ae..47e980c76f 100644 --- a/tests/html/htmlwindow.cpp +++ b/tests/html/htmlwindow.cpp @@ -120,7 +120,7 @@ void HtmlWindowTestCase::Title() #if wxUSE_UIACTIONSIMULATOR void HtmlWindowTestCase::CellClick() { - EventCounter clicked(m_win, wxEVT_COMMAND_HTML_CELL_CLICKED); + EventCounter clicked(m_win, wxEVT_HTML_CELL_CLICKED); wxUIActionSimulator sim; @@ -139,7 +139,7 @@ void HtmlWindowTestCase::CellClick() void HtmlWindowTestCase::LinkClick() { - EventCounter clicked(m_win, wxEVT_COMMAND_HTML_LINK_CLICKED); + EventCounter clicked(m_win, wxEVT_HTML_LINK_CLICKED); wxUIActionSimulator sim;