From e9d7a889634ee5cbe90bcc639c6197a29169be3a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 10 Aug 2012 04:57:35 +0000 Subject: [PATCH] Remove wxT from prototype git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/print.h b/interface/wx/print.h index 0bb296dbde..375cf6855f 100644 --- a/interface/wx/print.h +++ b/interface/wx/print.h @@ -920,7 +920,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE, - const wxString& name = wxT("dialog")); + const wxString& name = "dialog"); void SetProgress(int currentPage, int totalPages, int currentCopy, int totalCopies); -- 2.50.0