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
@@ -1031,7 +1031,7 @@ void MyFrame::OnAbout( wxCommandEvent& WXUNUSED(event) )
|
||||
wxAboutDialogInfo info;
|
||||
info.SetName(_("DataView sample"));
|
||||
info.SetDescription(_("This sample demonstrates wxDataViewCtrl"));
|
||||
info.SetCopyright(wxT("(C) 2007-2009 Robert Roebling"));
|
||||
info.SetCopyright("(C) 2007-2009 Robert Roebling");
|
||||
info.AddDeveloper("Robert Roebling");
|
||||
info.AddDeveloper("Francesco Montorsi");
|
||||
|
||||
|
Reference in New Issue
Block a user