projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e5b0b
)
fix file dialog caption
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 20 Nov 2008 23:27:50 +0000
(23:27 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 20 Nov 2008 23:27:50 +0000
(23:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56875
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 ee51fbdf7430b5f3ff86e6f3d8ad96663464a7f7..aa86ac198f85125bbcaa40a6933b247e0c722ca7 100644
(file)
--- a/
samples/exec/exec.cpp
+++ b/
samples/exec/exec.cpp
@@
-879,7
+879,7
@@
static bool AskUserForFileName()
wxString filename;
#if wxUSE_FILEDLG
- filename = wxLoadFileSelector(_T("any
file
"), wxEmptyString, gs_lastFile);
+ filename = wxLoadFileSelector(_T("any"), wxEmptyString, gs_lastFile);
#else // !wxUSE_FILEDLG
filename = wxGetTextFromUser(_T("Enter the file name"), _T("exec sample"),
gs_lastFile);