projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Handler when the cases when the MGL timer wraps
[wxWidgets.git]
/
src
/
html
/
helpctrl.cpp
diff --git
a/src/html/helpctrl.cpp
b/src/html/helpctrl.cpp
index 9ac2bce17817b5dc822914d653560a054b800cf7..bab78b152062e51660a0d21f871f7c489e2a50dd 100644
(file)
--- a/
src/html/helpctrl.cpp
+++ b/
src/html/helpctrl.cpp
@@
-184,7
+184,7
@@
bool wxHtmlHelpController::Initialize(const wxString& file)
wxString dir, filename, ext;
wxSplitPath(file, & dir, & filename, & ext);
wxString dir, filename, ext;
wxSplitPath(file, & dir, & filename, & ext);
- if (!dir.
IsE
mpty())
+ if (!dir.
e
mpty())
dir = dir + wxFILE_SEP_PATH;
// Try to find a suitable file
dir = dir + wxFILE_SEP_PATH;
// Try to find a suitable file
@@
-239,6
+239,8
@@
bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint&
return true;
}
return true;
}
+#else
+ wxUnusedVar(text);
#endif // wxUSE_TIPWINDOW
return false;
#endif // wxUSE_TIPWINDOW
return false;