projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use lib64 for 64-bit builds on some kinds of linux and lib/64 on solaris
[wxWidgets.git]
/
src
/
common
/
cshelp.cpp
diff --git
a/src/common/cshelp.cpp
b/src/common/cshelp.cpp
index 5d5f7f200f398aea09c541104d2eca86d7ece2e2..b8d7e4b7b2a17d4b85d8bad9a02ab2129a0085b4 100644
(file)
--- a/
src/common/cshelp.cpp
+++ b/
src/common/cshelp.cpp
@@
-254,6
+254,8
@@
bool wxContextHelp::DispatchEvent(wxWindow* win, const wxPoint& pt)
* to put the application into context help mode.
*/
* to put the application into context help mode.
*/
+#ifndef __WXPM__
+
static const char * csquery_xpm[] = {
"12 11 2 1",
" c None",
static const char * csquery_xpm[] = {
"12 11 2 1",
" c None",
@@
-270,6
+272,8
@@
static const char * csquery_xpm[] = {
" .. ",
" "};
" .. ",
" "};
+#endif
+
IMPLEMENT_CLASS(wxContextHelpButton, wxBitmapButton)
BEGIN_EVENT_TABLE(wxContextHelpButton, wxBitmapButton)
IMPLEMENT_CLASS(wxContextHelpButton, wxBitmapButton)
BEGIN_EVENT_TABLE(wxContextHelpButton, wxBitmapButton)
@@
-384,6
+388,8
@@
bool wxSimpleHelpProvider::ShowHelp(wxWindowBase *window)
return true;
}
return true;
}
+#else
+ wxUnusedVar(window);
#endif // wxUSE_TIPWINDOW
return false;
#endif // wxUSE_TIPWINDOW
return false;