Fixed LoadFile typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-09-25 07:11:59 +00:00
parent c7c45995e6
commit cf1aac89dd

View File

@@ -679,7 +679,7 @@ void wxTextCtrl::SetSelection(
::WinSendMsg(hWnd, EM_SETSEL, MPFROM2SHORT((USHORT)lFromChar, (USHORT)lToChar), (MPARAM)0); ::WinSendMsg(hWnd, EM_SETSEL, MPFROM2SHORT((USHORT)lFromChar, (USHORT)lToChar), (MPARAM)0);
} // end of wxTextCtrl::SetSelection } // end of wxTextCtrl::SetSelection
bool wxTextCtrl::LoadFile( bool wxTextCtrl::DoLoadFile(
const wxString& rsFile, const wxString& rsFile,
int fileType int fileType
) )