Use wxASCII_STR() on string literals
Fix the build with wxNO_IMPLICIT_WXSTRING_ENCODING.
This commit is contained in:
committed by
Vadim Zeitlin
parent
65cbf40b7e
commit
c86bcf962d
@@ -34,7 +34,7 @@ public:
|
||||
|
||||
wxDir dir(winfo.GetPath());
|
||||
wxCHECK_RET( dir.IsOpened(),
|
||||
wxString::Format("Unable to open dir '%s'", winfo.GetPath()));
|
||||
wxString::Format(wxASCII_STR("Unable to open dir '%s'"), winfo.GetPath()));
|
||||
|
||||
wxString filename;
|
||||
bool ret = dir.GetFirst(&filename);
|
||||
|
Reference in New Issue
Block a user