Remove (most) occurrences of wxT() macro from the samples
Also replace wxChar* with wxString. Closes https://github.com/wxWidgets/wxWidgets/pull/945
This commit is contained in:
committed by
Vadim Zeitlin
parent
e768046774
commit
f58ea62596
@@ -42,7 +42,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
ObjrefDialog::ObjrefDialog(wxWindow* parent)
|
||||
{
|
||||
wxXmlResource::Get()->LoadDialog(this, parent, wxT("objref_dialog"));
|
||||
wxXmlResource::Get()->LoadDialog(this, parent, "objref_dialog");
|
||||
|
||||
nb = XRCCTRL(*this, "objref_notebook", wxNotebook);
|
||||
wxCHECK_RET(nb, "failed to find objref_notebook");
|
||||
|
Reference in New Issue
Block a user