]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
moved wxMenuBar::FindMenu(title) from MSW to common code
[wxWidgets.git] / 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)
 {