From 1ef352a92661fbefa79f5050f6fcce7584fe17b5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 28 Jul 2010 11:26:41 +0000 Subject: [PATCH] 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 --- interface/wx/richtext/richtextctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/richtext/richtextctrl.h b/interface/wx/richtext/richtextctrl.h index 2564f01565..bb54cd7072 100644 --- a/interface/wx/richtext/richtextctrl.h +++ b/interface/wx/richtext/richtextctrl.h @@ -1125,7 +1125,7 @@ public: void OnSelectAll(wxCommandEvent& event); /** - Standard handler for the wxID_PASTE command. + Standard handler for the wxID_UNDO command. */ void OnUndo(wxCommandEvent& event); -- 2.45.2