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
@@ -52,7 +52,7 @@ wxEND_EVENT_TABLE()
|
||||
// Constructor (Notice how small and easy it is)
|
||||
PreferencesDialog::PreferencesDialog(wxWindow* parent)
|
||||
{
|
||||
wxXmlResource::Get()->LoadDialog(this, parent, wxT("derived_dialog"));
|
||||
wxXmlResource::Get()->LoadDialog(this, parent, "derived_dialog");
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user