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
@@ -142,7 +142,7 @@ void MyResizableListCtrl::SetColumnWidths()
|
||||
|
||||
// This is just a debug message in case you want to watch the
|
||||
// events scroll by as you resize.
|
||||
wxLogDebug( wxT("Successfully set column widths") );
|
||||
wxLogDebug( "Successfully set column widths" );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user