projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add GTK3-specific code for DrawItemSelectionRect(), fixes drawing selected tree contr...
[wxWidgets.git]
/
include
/
wx
/
msw
/
helpchm.h
diff --git
a/include/wx/msw/helpchm.h
b/include/wx/msw/helpchm.h
index 13d062de3826cb1dd3a2480c849f3926812fa5a6..8d139155b0894106e22f62546751b6271354461f 100644
(file)
--- a/
include/wx/msw/helpchm.h
+++ b/
include/wx/msw/helpchm.h
@@
-63,7
+63,7
@@
protected:
// the first 2 HtmlHelp() parameters
bool CallHtmlHelp(unsigned cmd, WXWPARAM param)
{
- return CallHtmlHelp(GetParentWindow(), GetValidFilename().
wx
_str(),
+ return CallHtmlHelp(GetParentWindow(), GetValidFilename().
t
_str(),
cmd, param);
}