X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e88f6524513de78a0f8434e188ae0e7c354dba05..7ddc93433cec2476f96808cda8e8036b0379ef02:/include/wx/mac/setup0.h?ds=sidebyside diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 5a29f354e5..4fccfe72ad 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -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 // ----------------------------------------------------------------------------