From 2f17584941eea42a8d78b0c762cdabeb6a14c6d7 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Sun, 20 Feb 2000 02:52:01 +0000 Subject: [PATCH] Opps. Sorry - typo fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/textctrl.cpp | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.50.0