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;
}
return TRUE;
}
-wxString wxStaticText::GetLabel(void) const
+wxString wxStaticText::GetLabel() const
{
char *str = (char *) NULL;
gtk_label_get( GTK_LABEL(m_widget), &str );