Replace wxT() with wxS() in wxPropertyGrid code.
This commit is contained in:
@@ -1028,7 +1028,7 @@ public:
|
||||
void SetPropertyEditor( wxPGPropArg id, const wxPGEditor* editor )
|
||||
{
|
||||
wxPG_PROP_ARG_CALL_PROLOG()
|
||||
wxCHECK_RET( editor, wxT("unknown/NULL editor") );
|
||||
wxCHECK_RET( editor, wxS("unknown/NULL editor") );
|
||||
p->SetEditor(editor);
|
||||
RefreshProperty(p);
|
||||
}
|
||||
|
Reference in New Issue
Block a user