]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbox.cpp
wxMotif compilation fixes for wxDataObject and PROCESS_EVENTS (wxSocket)
[wxWidgets.git] / src / gtk1 / statbox.cpp
index d39006cda7c1591074c0fbf1d62c72cac8aa3079..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;
     }