]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.cpp
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / dialogs / dialogs.cpp
index 7bc832a80dead2e6f63153b2d9eb9f821538ee0e..2ecea4a565c5708da73c2017a51bb470b59d388d 100644 (file)
@@ -252,7 +252,7 @@ void MyFrame::NumericEntry(wxCommandEvent& WXUNUSED(event) )
     }
     else
     {
-        msg.Printf("You've entered %lu", res);
+        msg.Printf(_T("You've entered %lu"), res);
         icon = wxICON_INFORMATION;
     }