]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct id in the wxRichTextCtrl::OnUndo() documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Jul 2010 11:26:41 +0000 (11:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Jul 2010 11:26:41 +0000 (11:26 +0000)
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

index 2564f01565b991db00d16fbc286d45637e1a66d3..bb54cd707282d8085556e00131029de4a1480c07 100644 (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);