]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
don't skip first/last node when pressing down/up arrow after opening the menu with...
[wxWidgets.git] / src / html / htmlwin.cpp
index 0eef9744f0119d171fbfc857bc4e5797f4d4c4e9..212d556d99a677dfde76fcde9b34e73dc02faf61 100644 (file)
@@ -262,8 +262,8 @@ bool wxHtmlWindow::LoadPage(const wxString& location)
             m_RelatedFrame->SetStatusText(_("Connecting..."), m_RelatedStatusBar);
             Refresh(FALSE);
         }
-
-        f = m_FS->OpenFile(location);
+        
+        f = m_Parser->OpenURL(wxHTML_URL_PAGE, location);
 
         if (f == NULL)
         {