]> git.saurik.com Git - wxWidgets.git/commitdiff
Just a _T()
authorOve Kaaven <ovek@arcticnet.no>
Mon, 26 Jul 1999 11:19:46 +0000 (11:19 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Mon, 26 Jul 1999 11:19:46 +0000 (11:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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;
     }