diff --git a/include/wx/generic/progdlgg.h b/include/wx/generic/progdlgg.h index 22c1e3b517..6958ed035d 100644 --- a/include/wx/generic/progdlgg.h +++ b/include/wx/generic/progdlgg.h @@ -50,7 +50,7 @@ public: @param newmsg if used, new message to display @returns true if ABORT button has not been pressed */ - bool Update(int value = -1, const wxString& newmsg = ""); + bool Update(int value = -1, const wxString& newmsg = _T("")); /** Can be called to continue after the cancel button has been pressed, but the program decided to continue the operation (e.g., user didn't