]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove wxT from prototype
authorRobin Dunn <robin@alldunn.com>
Fri, 10 Aug 2012 04:57:35 +0000 (04:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 10 Aug 2012 04:57:35 +0000 (04:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/print.h

index 0bb296dbdee068c3e47b08dd5dc98587b547841e..375cf6855f130fa1b16df0d769e30ea52e066366 100644 (file)
@@ -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);