Remove misleading word from the listctrl sample log message
It was surprising to see "right double click" for a right click.
This commit is contained in:
@@ -1465,7 +1465,7 @@ void MyListCtrl::OnRightClick(wxMouseEvent& event)
|
||||
default: where = "not clear exactly where on"; break;
|
||||
}
|
||||
|
||||
wxLogMessage("Right double click %s item %ld, subitem %ld",
|
||||
wxLogMessage("Right click %s item %ld, subitem %ld",
|
||||
where, item, subitem);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user