From 8f6d9cb3f78b89e8afc29083ba06a4d09d29628b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 3 May 2007 15:26:06 +0000 Subject: [PATCH] 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 --- samples/exec/exec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/exec/exec.cpp b/samples/exec/exec.cpp index 1d334c8d3d..75279b9ce9 100644 --- a/samples/exec/exec.cpp +++ b/samples/exec/exec.cpp @@ -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 ( -- 2.45.2