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:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user