]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbox.cpp
replaced T() makro with wxT() due to namespace probs, _T() exists, too
[wxWidgets.git] / src / gtk1 / statbox.cpp
index 0d4f598a2ae6457ad6288c9daef50af5a7a6fcbe..d6a4a6852bbd139a6f24c8dcf4e0b7eae12521c8 100644 (file)
@@ -44,7 +44,7 @@ bool wxStaticBox::Create( wxWindow *parent, wxWindowID id, const wxString &label
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
     {
-        wxFAIL_MSG( T("wxStaticBox creation failed") );
+        wxFAIL_MSG( wxT("wxStaticBox creation failed") );
        return FALSE;
     }