projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ensure that names of saved XPMs are valid C identifiers.
[wxWidgets.git]
/
src
/
msw
/
fdrepdlg.cpp
diff --git
a/src/msw/fdrepdlg.cpp
b/src/msw/fdrepdlg.cpp
index 3964c6a4bfcaf0b2c6fcc6ae9a532b2a01d114b0..d185b884c3a7889e8eb015055be356f095df8f0d 100644
(file)
--- a/
src/msw/fdrepdlg.cpp
+++ b/
src/msw/fdrepdlg.cpp
@@
-310,7
+310,7
@@
wxFindReplaceDialogHookProc(HWND hwnd,
FINDREPLACE *pFR = (FINDREPLACE *)lParam;
wxFindReplaceDialog *dialog = (wxFindReplaceDialog *)pFR->lCustData;
FINDREPLACE *pFR = (FINDREPLACE *)lParam;
wxFindReplaceDialog *dialog = (wxFindReplaceDialog *)pFR->lCustData;
- ::SetWindowText(hwnd, dialog->GetTitle().
wx
_str());
+ ::SetWindowText(hwnd, dialog->GetTitle().
t
_str());
// don't return FALSE from here or the dialog won't be shown
return TRUE;
// don't return FALSE from here or the dialog won't be shown
return TRUE;