projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't show size grip when maximized
[wxWidgets.git]
/
src
/
html
/
helpctrl.cpp
diff --git
a/src/html/helpctrl.cpp
b/src/html/helpctrl.cpp
index 8067c8335a02e020d0facd6709b0a895befcee84..ad43374bd6f255454457e1cddb9689cb94360d14 100644
(file)
--- a/
src/html/helpctrl.cpp
+++ b/
src/html/helpctrl.cpp
@@
-20,7
+20,7
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#if wxUSE_
HTML && wxUSE_STREAMS
+#if wxUSE_
WXHTML_HELP
#ifndef WX_PRECOMP
#include "wx/app.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
@@
-195,7
+195,7
@@
bool wxHtmlHelpController::DisplaySection(int sectionNo)
bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint& WXUNUSED(pos))
{
bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint& WXUNUSED(pos))
{
-#if wxUSE_
HELP
+#if wxUSE_
TIPWINDOW
static wxTipWindow* s_tipWindow = NULL;
if (s_tipWindow)
static wxTipWindow* s_tipWindow = NULL;
if (s_tipWindow)
@@
-213,7
+213,8
@@
bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint&
return TRUE;
}
return TRUE;
}
-#endif
+#endif // wxUSE_TIPWINDOW
+
return FALSE;
}
return FALSE;
}
@@
-248,4
+249,5
@@
bool wxHtmlHelpController::Quit()
return TRUE;
}
return TRUE;
}
-#endif
+#endif // wxUSE_WXHTML_HELP
+