projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't explicitly set the background colour for wxChoice.
[wxWidgets.git]
/
src
/
msw
/
helpchm.cpp
diff --git
a/src/msw/helpchm.cpp
b/src/msw/helpchm.cpp
index b41a59626d424cf7c11df3100a116e51f3f5093d..cdb46e21af4f1c7f97d7439eaa40f2ec8673ad08 100644
(file)
--- a/
src/msw/helpchm.cpp
+++ b/
src/msw/helpchm.cpp
@@
-50,7
+50,7
@@
HTMLHELP GetHtmlHelpFunction()
if ( !s_htmlHelp )
{
- static wxDynamicLibrary s_dllHtmlHelp(
_
T("HHCTRL.OCX"), wxDL_VERBATIM);
+ static wxDynamicLibrary s_dllHtmlHelp(
wx
T("HHCTRL.OCX"), wxDL_VERBATIM);
if ( !s_dllHtmlHelp.IsLoaded() )
{