projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab key is lifted (otherwise each...
[wxWidgets.git]
/
src
/
common
/
helpbase.cpp
diff --git
a/src/common/helpbase.cpp
b/src/common/helpbase.cpp
index 94d808ac5b11aea9a6814247fb642e56830bcd12..cb19c844ca7b08b15445f0e85193b5a6845c1f03 100644
(file)
--- a/
src/common/helpbase.cpp
+++ b/
src/common/helpbase.cpp
@@
-5,11
+5,11
@@
// Modified by:
// Created: 04/01/98
// RCS-ID: $Id$
// Modified by:
// Created: 04/01/98
// RCS-ID: $Id$
-// Copyright: (c) Julian Smart
and Markus Holzem
-// Licence:
wxWindows licens
e
+// Copyright: (c) Julian Smart
+// Licence:
wxWindows licenc
e
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "helpbase.h"
#endif
#pragma implementation "helpbase.h"
#endif
@@
-24,10
+24,10
@@
#include "wx/defs.h"
#endif
#include "wx/defs.h"
#endif
-#include "wx/helpbase.h"
-
#if wxUSE_HELP
#if wxUSE_HELP
+#include "wx/helpbase.h"
+
IMPLEMENT_CLASS(wxHelpControllerBase, wxObject)
#endif // wxUSE_HELP
IMPLEMENT_CLASS(wxHelpControllerBase, wxObject)
#endif // wxUSE_HELP