Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / osx / carbon / menuitem.cpp
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: src/osx/carbon/menuitem.cpp
3 // Purpose: wxMenuItem implementation
4 // Author: Stefan Csomor
5 // Modified by:
6 // Created: 1998-01-01
7 // Copyright: (c) Stefan Csomor
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
10
11 #include "wx/wxprec.h"
12
13 #include "wx/menuitem.h"
14 #include "wx/stockitem.h"
15
16 #ifndef WX_PRECOMP
17 #include "wx/app.h"
18 #include "wx/menu.h"
19 #endif // WX_PRECOMP
20
21 #include "wx/osx/private.h"
22
23 // because on mac carbon everything is done through MenuRef APIs both implementation
24 // classes are in menu.cpp