]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/textctrl.cpp
Fix for GetValue
[wxWidgets.git] / src / os2 / textctrl.cpp
index b99d13006c242d2f9bdbcbcee4bacb971bb6f0d4..3949c8f7872e9cd48c3713876b1cc80d27008af8 100644 (file)
@@ -340,7 +340,6 @@ wxString wxTextCtrl::GetValue() const
         if (*zStr == '\r')
             *zStr = '\n';
     }
-    sStr = zStr;
     return sStr;
 } // end of wxTextCtrl::GetValue