Correct id in the wxRichTextCtrl::OnUndo() documentation.

wxID_PASTE was wrongly used instead of wxID_UNDO.

Closes #12278.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-07-28 11:26:41 +00:00
parent 54cbdc6414
commit 1ef352a926

View File

@@ -1125,7 +1125,7 @@ public:
void OnSelectAll(wxCommandEvent& event); void OnSelectAll(wxCommandEvent& event);
/** /**
Standard handler for the wxID_PASTE command. Standard handler for the wxID_UNDO command.
*/ */
void OnUndo(wxCommandEvent& event); void OnUndo(wxCommandEvent& event);