]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/printwin.cpp
Had missed one LPSTR.
[wxWidgets.git] / src / msw / printwin.cpp
index 36beaf602138863e26a0f5b566feee454669538d..4034697c85de70b43f341ba30998cf763537617c 100644 (file)
@@ -211,7 +211,7 @@ bool wxWindowsPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt
     if (!win)
     {
         wxEndBusyCursor();
-        wxLogDebug("Could not create an abort dialog.");
+        wxLogDebug(_T("Could not create an abort dialog."));
 
         delete dc;
     }