projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move menu messages handling from wxFrame to wxTLW in wxMSW.
[wxWidgets.git]
/
src
/
generic
/
dbgrptg.cpp
diff --git
a/src/generic/dbgrptg.cpp
b/src/generic/dbgrptg.cpp
index 5d967fc7eb6976c415dca91def339524dec81fbd..a6b5561a4b8e0f04af40e6f7ea1812ac0f889261 100644
(file)
--- a/
src/generic/dbgrptg.cpp
+++ b/
src/generic/dbgrptg.cpp
@@
-228,7
+228,7
@@
void wxDumpOpenExternalDlg::OnBrowse(wxCommandEvent& )
fname.GetPathWithSep(),
fname.GetFullName()
#ifdef __WXMSW__
- , _("Executable files (*.exe)|*.exe|
All files (*.*)|*.*||")
+ , _("Executable files (*.exe)|*.exe|
") + wxALL_FILES
#endif // __WXMSW__
);
if ( dlg.ShowModal() == wxID_OK )