]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing flags.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 8 Mar 2005 10:04:24 +0000 (10:04 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 8 Mar 2005 10:04:24 +0000 (10:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/setup0.h

index 9e8a8722f9e21ef1f78416e306f86fbe8ab069f4..e292046e4ef8b7e545e94bb8ad37d9a4dcdab2bb 100644 (file)
 // Recommended setting: 1 (but may be safely disabled if you don't use it)
 #define wxUSE_FSVOLUME 1
 
+// Use wxStandardPaths class which allows to retrieve some standard locations
+// in the file system
+//
+// Default is 1
+//
+// Recommended setting: 1 (may be disabled to save space, but not much)
+#define wxUSE_STDPATHS      1
+
 // use wxTextBuffer class: required by wxTextFile
 #define wxUSE_TEXTBUFFER 1
 
 #define wxUSE_CHECKLISTBOX 1    // wxCheckListBox
 #define wxUSE_CHOICE       1    // wxChoice
 #define wxUSE_COMBOBOX     1    // wxComboBox
+#define wxUSE_DATEPICKCTRL 1    // wxDatePickerCtrl
 #define wxUSE_GAUGE        1    // wxGauge
 #define wxUSE_LISTBOX      1    // wxListBox
 #define wxUSE_LISTCTRL     1    // wxListCtrl