]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/textctrl.cpp
MinGW warning fix.
[wxWidgets.git] / src / os2 / textctrl.cpp
index 504758dee830dbd404a88d2c3f4e3acba7384216..a1edc9510484103eec46dc94a252073f9b94c770 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10/17/99
 // RCS-ID:      $Id$
 // Copyright:   (c) David Webster
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
@@ -1103,7 +1103,6 @@ bool wxTextCtrl::OS2Command(
                                           );
 
                 InitCommandEvent(vEvent);
-                vEvent.SetString((char*)GetValue().c_str());
                 ProcessCommand(vEvent);
             }
             break;