]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/html/htmlwindow.cpp
applying editor part of patch, see #15003
[wxWidgets.git] / tests / html / htmlwindow.cpp
index ece296e8aeaf81f2c8a110faeb37f0f532894855..47e980c76f64cda25d801ffadb5620a1409f102e 100644 (file)
@@ -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;