X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd9811b13784a58dd58126bc4b7d5f4c195839b2..bcdfb2cf30140e4c2b12b69632f5d6929b25662b:/src/gtk/stattext.cpp diff --git a/src/gtk/stattext.cpp b/src/gtk/stattext.cpp index af8c6a1063..eb35971c6a 100644 --- a/src/gtk/stattext.cpp +++ b/src/gtk/stattext.cpp @@ -51,7 +51,7 @@ bool wxStaticText::Create(wxWindow *parent, if (!PreCreation( parent, pos, size ) || !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name )) { - wxFAIL_MSG( _T("wxXX creation failed") ); + wxFAIL_MSG( wxT("wxXX creation failed") ); return FALSE; } @@ -98,7 +98,7 @@ bool wxStaticText::Create(wxWindow *parent, return TRUE; } -wxString wxStaticText::GetLabel(void) const +wxString wxStaticText::GetLabel() const { char *str = (char *) NULL; gtk_label_get( GTK_LABEL(m_widget), &str );