]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/accel.h
MSVC 5 fix.
[wxWidgets.git] / include / wx / accel.h
index 6c3b950e1ecdd75be403506ff8bf90ec5dff92cf..faf7d50f88ef87982abefdb3af7a2b824e19fd2a 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     31.05.01 (extracted from other files)
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_ACCEL_H_BASE_
@@ -122,6 +122,8 @@ 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"
 #endif