projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f461887
)
use a default URL, I got tired of typing it in the dialog every time
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 3 May 2007 15:26:06 +0000
(15:26 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 3 May 2007 15:26:06 +0000
(15:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45788
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/exec/exec.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/exec/exec.cpp
b/samples/exec/exec.cpp
index 1d334c8d3d9222aae2af53ccb77b76a263b23056..75279b9ce92c40bd8a38ec014752dd2670fff22d 100644
(file)
--- 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
(