fixed typo (extra underscore) in wxEVT_COMMAND_LISTBOXDOUBLECLICKED

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-27 16:17:42 +00:00
parent b79ed636b8
commit 56c263be0b

View File

@@ -11,7 +11,7 @@ List box elements are numbered from zero. Their number may be limited
under some platforms.
A listbox callback gets an event wxEVT\_COMMAND\_LISTBOX\_SELECTED for single clicks, and
wxEVT\_COMMAND\_LISTBOX\_DOUBLE\_CLICKED for double clicks.
wxEVT\_COMMAND\_LISTBOX\_DOUBLECLICKED for double clicks.
\wxheading{Derived from}