From: Ove Kaaven Date: Thu, 10 Jun 1999 18:13:44 +0000 (+0000) Subject: Unicode fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/04e8174b84ae91681417eb06fc54d3660e306606 Unicode fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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