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:
parent
14511a8bec
commit
a90dd434f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue