X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3306aec1240b38347abda1ad776df32b6687ad01..c55bced6d7767dcf071339d7f2d9599eefc0e125:/src/os2/textctrl.cpp diff --git a/src/os2/textctrl.cpp b/src/os2/textctrl.cpp index 91a81672f6..f5ac61433c 100644 --- a/src/os2/textctrl.cpp +++ b/src/os2/textctrl.cpp @@ -679,7 +679,7 @@ void wxTextCtrl::SetSelection( ::WinSendMsg(hWnd, EM_SETSEL, MPFROM2SHORT((USHORT)lFromChar, (USHORT)lToChar), (MPARAM)0); } // end of wxTextCtrl::SetSelection -bool wxTextCtrl::LoadFile( +bool wxTextCtrl::DoLoadFile( const wxString& rsFile, int fileType )