]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statline.cpp
*** empty log message ***
[wxWidgets.git] / src / gtk1 / statline.cpp
index cd67c8a642a6fa0a2452765ff2b2227cdc658b04..60970765ed978d3ad4ef064a181807f972d522f9 100644 (file)
@@ -44,7 +44,7 @@ bool wxStaticLine::Create( wxWindow *parent, wxWindowID id,
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
     {
-        wxFAIL_MSG( _T("wxStaticLine creation failed") );
+        wxFAIL_MSG( wxT("wxStaticLine creation failed") );
        return FALSE;
     }