]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/htlbox/htlbox.cpp
rename the menu to avoid conflict with a standard Mac menu
[wxWidgets.git] / samples / htlbox / htlbox.cpp
index 4e445bdeb1415da7fc7a0c7340301f2cf490c64c..9fb03b81b5402f826d383f9798004ed11144ee2e 100644 (file)
@@ -470,7 +470,7 @@ void MyFrame::OnHtmlLinkClicked(wxHtmlLinkEvent &event)
     if (GetMyBox())
     {
         GetMyBox()->m_linkClicked = true;
-        GetMyBox()->RefreshLine(1);
+        GetMyBox()->RefreshRow(1);
     }
 }
 
@@ -618,5 +618,5 @@ void MyHtmlListBox::UpdateFirstItem()
 {
     m_firstItemUpdated = !m_firstItemUpdated;
 
-    RefreshLine(0);
+    RefreshRow(0);
 }