X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54380f29f05b666338bd0a61487304ded2d57255..9e152a55785098472ca1c0df110ad0a1203f710f:/include/wx/accel.h diff --git a/include/wx/accel.h b/include/wx/accel.h index 02bac45939..1c85b4447b 100644 --- a/include/wx/accel.h +++ b/include/wx/accel.h @@ -5,8 +5,8 @@ // Modified by: // Created: 31.05.01 (extracted from other files) // RCS-ID: $Id$ -// Copyright: (c) wxWindows team -// Licence: wxWindows license +// Copyright: (c) wxWidgets team +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_ACCEL_H_BASE_ @@ -122,10 +122,10 @@ private: #include "wx/gtk/accel.h" #elif defined(__WXMAC__) #include "wx/mac/accel.h" +#elif defined(__WXCOCOA__) + #include "wx/generic/accel.h" #elif defined(__WXPM__) #include "wx/os2/accel.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/accel.h" #endif WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable;