From cf1aac89dd673c73726ca83f4b9c1a4f5858ebaf Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 25 Sep 2006 07:11:59 +0000 Subject: [PATCH] Fixed LoadFile typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/textctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.47.2