typo fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-11-02 01:27:42 +00:00
parent 717a57c2fa
commit 600ea9da94

View File

@ -52,7 +52,7 @@ public:
// MSW-specific // MSW-specific
bool ProcessCommand(wxCommandEvent& event); bool ProcessCommand(wxCommandEvent& event);
#ifdef WXWIN_COMPATIBILITY #if WXWIN_COMPATIBILITY
wxMenu(const wxString& title, const wxFunction func) wxMenu(const wxString& title, const wxFunction func)
: wxMenuBase(title) : wxMenuBase(title)
{ {
@ -140,7 +140,7 @@ public:
virtual wxString GetLabelTop( size_t pos ) const; virtual wxString GetLabelTop( size_t pos ) const;
// compatibility: these functions are deprecated // compatibility: these functions are deprecated
#ifdef WXWIN_COMPATIBILITY #if WXWIN_COMPATIBILITY
void SetEventHandler(wxEvtHandler *handler) { m_eventHandler = handler; } void SetEventHandler(wxEvtHandler *handler) { m_eventHandler = handler; }
wxEvtHandler *GetEventHandler() { return m_eventHandler; } wxEvtHandler *GetEventHandler() { return m_eventHandler; }
@ -179,7 +179,7 @@ protected:
// common part of all ctors // common part of all ctors
void Init(); void Init();
#ifdef WXWIN_COMPATIBILITY #if WXWIN_COMPATIBILITY
wxEvtHandler *m_eventHandler; wxEvtHandler *m_eventHandler;
#endif // WXWIN_COMPATIBILITY #endif // WXWIN_COMPATIBILITY