use a default URL, I got tired of typing it in the dialog every time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f461887a02
commit
8f6d9cb3f7
@ -869,7 +869,7 @@ void MyFrame::OnFileExec(wxCommandEvent& WXUNUSED(event))
|
||||
|
||||
void MyFrame::OnOpenURL(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
static wxString s_filename;
|
||||
static wxString s_filename(_T("http://www.wxwidgets.org/"));
|
||||
|
||||
wxString filename = wxGetTextFromUser
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user