]> git.saurik.com Git - wxWidgets.git/commitdiff
Opps. Sorry - typo fixes
authorGuillermo Rodriguez Garcia <guille@iies.es>
Sun, 20 Feb 2000 02:52:01 +0000 (02:52 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Sun, 20 Feb 2000 02:52:01 +0000 (02:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/textctrl.cpp

index 47e6c260bb87ae0e0deafe27a145635f200bd3a5..c23b395533ab88bb1fcf3ff5c77aded55ed85e3b 100644 (file)
@@ -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)
 {