]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed LoadFile typo
authorJulian Smart <julian@anthemion.co.uk>
Mon, 25 Sep 2006 07:11:59 +0000 (07:11 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 25 Sep 2006 07:11:59 +0000 (07:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/textctrl.cpp

index 91a81672f62262f4b5a1150d40951b1e9b86a65c..f5ac61433c7d0224fb1aea051d0b0f36bbcf0426 100644 (file)
@@ -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
 )