From: Julian Smart Date: Mon, 25 Sep 2006 07:11:59 +0000 (+0000) Subject: Fixed LoadFile typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cf1aac89dd673c73726ca83f4b9c1a4f5858ebaf Fixed LoadFile typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 )