Added minimal file dialog for SmartPhone
Use wxSYSTEM_MENU to get X symbol on PocketPC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,5 +46,17 @@
|
||||
#undef wxHAS_CRASH_REPORT
|
||||
#endif
|
||||
|
||||
// Hopefully we can emulate these dialogs in due
|
||||
// course
|
||||
#if wxUSE_SMARTPHONE
|
||||
|
||||
# ifdef wxUSE_COLOURDLG
|
||||
# undef wxUSE_COLOURDLG
|
||||
# define wxUSE_COLOURDLG 0
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#endif // _WX_FEATURES_H_
|
||||
|
||||
|
Reference in New Issue
Block a user