Compilation fixes for wxUSE_INTL==0 build.
Closes https://github.com/wxWidgets/wxWidgets/pull/70
This commit is contained in:
committed by
Vadim Zeitlin
parent
941834fd0e
commit
c746fee94a
@@ -231,7 +231,7 @@ void wxDumpOpenExternalDlg::OnBrowse(wxCommandEvent& )
|
||||
fname.GetPathWithSep(),
|
||||
fname.GetFullName()
|
||||
#ifdef __WXMSW__
|
||||
, _("Executable files (*.exe)|*.exe|") + wxALL_FILES
|
||||
, wxString(_("Executable files (*.exe)|*.exe|")) + wxALL_FILES
|
||||
#endif // __WXMSW__
|
||||
);
|
||||
if ( dlg.ShowModal() == wxID_OK )
|
||||
|
||||
Reference in New Issue
Block a user