Remove wxT from prototype

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-08-10 04:57:35 +00:00
parent 403c71da25
commit e9d7a88963

View File

@@ -920,7 +920,7 @@ public:
const wxPoint& pos = wxDefaultPosition, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE, long style = wxDEFAULT_DIALOG_STYLE,
const wxString& name = wxT("dialog")); const wxString& name = "dialog");
void SetProgress(int currentPage, int totalPages, void SetProgress(int currentPage, int totalPages,
int currentCopy, int totalCopies); int currentCopy, int totalCopies);