projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup
[wxWidgets.git]
/
src
/
msw
/
fdrepdlg.cpp
diff --git
a/src/msw/fdrepdlg.cpp
b/src/msw/fdrepdlg.cpp
index c839d458af85e07c294075dbe8ea4808d6f2a70b..81e37f95dd44c912528f7b8382d5226236d676ab 100644
(file)
--- a/
src/msw/fdrepdlg.cpp
+++ b/
src/msw/fdrepdlg.cpp
@@
-178,7
+178,7
@@
void wxFindReplaceDialogImpl::InitString(const wxString& str,
*ppStr = new wxChar[len];
wxStrcpy(*ppStr, str);
- *pLen = len;
+ *pLen =
(WORD)
len;
}
void wxFindReplaceDialogImpl::InitFindWhat(const wxString& str)