]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statline.cpp
wxMenu::Insert() seems to work, bug in wxMenuBase::Insert() is corrected
[wxWidgets.git] / src / gtk / statline.cpp
index 6129db45004210bab1901b380b39aafa44d66a7a..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;
     }