added wxUSE_ABOUTDLG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -902,6 +902,14 @@
|
||||
// wizards
|
||||
#define wxUSE_WIZARDDLG 1
|
||||
|
||||
// Compile in wxAboutBox() function showing the standard "About" dialog.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1 but can be set to 0 to save some space if you don't
|
||||
// use this function
|
||||
#define wxUSE_ABOUTDLG 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Metafiles support
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user