Fix some typos in the comments in wxOSX code.
Closes #14636. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -753,7 +753,7 @@ outlineView:(NSOutlineView*)outlineView
|
||||
|
||||
// send first the event to wxWidgets that the sorting has changed so that
|
||||
// the program can do special actions before the sorting actually starts:
|
||||
wxDataViewEvent event(wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED,dvc->GetId()); // variable defintion
|
||||
wxDataViewEvent event(wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED,dvc->GetId()); // variable definition
|
||||
|
||||
event.SetEventObject(dvc);
|
||||
if (noOfDescriptors > 0)
|
||||
|
Reference in New Issue
Block a user