]>
Commit | Line | Data |
---|---|---|
d30ef769 VZ |
1 | /* |
2 | * Name: wx/cocoa/chkconf.h | |
3 | * Purpose: wxCocoa-specific config settings checks | |
4 | * Author: Vadim Zeitlin | |
5 | * Created: 2008-09-11 | |
6 | * RCS-ID: $Id$ | |
7 | * Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org> | |
8 | * Licence: wxWindows licence | |
9 | */ | |
10 | ||
11 | /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */ | |
12 | ||
13 | #ifndef _WX_COCOA_CHKCONF_H_ | |
14 | #define _WX_COCOA_CHKCONF_H_ | |
15 | ||
16 | /* | |
17 | wxLogDialog doesn't currently work correctly in wxCocoa. | |
18 | */ | |
19 | #undef wxUSE_LOG_DIALOG | |
20 | #define wxUSE_LOG_DIALOG 0 | |
21 | ||
22 | #endif // _WX_COCOA_CHKCONF_H_ |