]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup0.h
correcting a source for double event delivery
[wxWidgets.git] / include / wx / univ / setup0.h
index a29805ee7cac1367d08c9cdb55ef8978a35d89fc..be748c90e926905a2169b32fe6133c812c26cce0 100644 (file)
 // common dialogs
 // ----------------------------------------------------------------------------
 
-// Define 1 to use generic dialogs in Windows, even though they duplicate
-// native common dialog (e.g. wxColourDialog). This is mainly useful for
-// testing.
-//
-// Default is 0
-//
-// Recommended setting: 0
-#define wxUSE_GENERIC_DIALOGS_IN_MSW 0
-
 // On rare occasions (e.g. using DJGPP) may want to omit common dialogs (e.g.
 // file selector, printer dialog). Switching this off also switches off the
 // printing architecture and interactive wxPrinterDC.