| 515 | } |
| 516 | |
| 517 | void OpenInDefaultBrowser(const URLString& link) |
| 518 | { |
| 519 | wxURI uri(link.GET()); |
| 520 | BasicUI::OpenInDefaultBrowser(uri.BuildURI()); |
| 521 | } |
| 522 | |
| 523 | LinkingHtmlWindow::LinkingHtmlWindow(wxWindow *parent, wxWindowID id /*= -1*/, |
| 524 | const wxPoint& pos /*= wxDefaultPosition*/, |
no outgoing calls
no test coverage detected