]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cppunit.h
Added wxPGCell::SetFont() and GetFont(); Documented wxPGCell class.
[wxWidgets.git] / include / wx / cppunit.h
index 7e10e80a6891ef6e9c3acb1e140d380c512448a7..7d608a63cae5c831397353403b1184d1be45890c 100644 (file)
@@ -81,7 +81,7 @@
     if (Condition) \
         { anyTest; } \
     else \
-        wxLogInfo(wxString::Format(_T("skipping: %s.%s\n  reason: %s equals false\n"), \
+        wxLogInfo(wxString::Format(wxT("skipping: %s.%s\n  reason: %s equals false\n"), \
                                     wxString(suiteName, wxConvUTF8).c_str(), \
                                     wxString(#testMethod, wxConvUTF8).c_str(), \
                                     wxString(#Condition, wxConvUTF8).c_str()))