From: Guillermo Rodriguez Garcia Date: Sun, 20 Feb 2000 02:52:01 +0000 (+0000) Subject: Opps. Sorry - typo fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2f17584941eea42a8d78b0c762cdabeb6a14c6d7 Opps. Sorry - typo fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/textctrl.cpp b/src/msw/textctrl.cpp index 47e6c260bb..c23b395533 100644 --- a/src/msw/textctrl.cpp +++ b/src/msw/textctrl.cpp @@ -855,13 +855,11 @@ bool wxTextCtrl::CanRedo() const // implemenation details // ---------------------------------------------------------------------------- -/* void wxTextCtrl::Command(wxCommandEvent & event) { SetValue(event.GetString()); ProcessCommand (event); } -*/ void wxTextCtrl::OnDropFiles(wxDropFilesEvent& event) {