]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/exec.cpp
extract setting max length in wxGridCellTextEditor::DoCreate() and call it from wxGri...
[wxWidgets.git] / samples / exec / exec.cpp
index 1d334c8d3d9222aae2af53ccb77b76a263b23056..75279b9ce92c40bd8a38ec014752dd2670fff22d 100644 (file)
@@ -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
                         (