added wxUSE_TASKBARICON; corrected condition for generating the taskbar sample makefile in configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -755,6 +755,14 @@
|
||||
// Recommended setting: 0 (use wxNotebook)
|
||||
#define wxUSE_TAB_DIALOG 0
|
||||
|
||||
// wxTaskBarIcon is a small notification icon shown in the system toolbar or
|
||||
// dock.
|
||||
//
|
||||
// Default is 1.
|
||||
//
|
||||
// Recommended setting: 1 (but can be set to 0 if you don't need it)
|
||||
#define wxUSE_TASKBARICON 1
|
||||
|
||||
// wxGrid class
|
||||
//
|
||||
// Default is 1, set to 0 to cut down compilation time and binaries size if you
|
||||
|
Reference in New Issue
Block a user