]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/printwin.cpp
replaced T() makro with wxT() due to namespace probs, _T() exists, too
[wxWidgets.git] / src / msw / printwin.cpp
index 847557f7e459b7272c8edd4dd4869eff4cebcd09..c8b1a50dd2eb0c8bb11a6539b2ddea5a4af84fbc 100644 (file)
@@ -217,7 +217,7 @@ bool wxWindowsPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt
     if (!win)
     {
         wxEndBusyCursor();
-        wxLogDebug(T("Could not create an abort dialog."));
+        wxLogDebug(wxT("Could not create an abort dialog."));
 
         delete dc;
     }