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
@@ -86,7 +86,7 @@ private:
|
||||
class MyPrintout: public wxPrintout
|
||||
{
|
||||
public:
|
||||
MyPrintout(MyFrame* frame, const wxString &title = wxT("My printout"))
|
||||
MyPrintout(MyFrame* frame, const wxString &title = "My printout")
|
||||
: wxPrintout(title) { m_frame=frame; }
|
||||
|
||||
virtual bool OnPrintPage(int page) wxOVERRIDE;
|
||||
|
Reference in New Issue
Block a user