diff --git a/include/wx/android/setup.h b/include/wx/android/setup.h index f6265dd2ec..0906ca46b3 100644 --- a/include/wx/android/setup.h +++ b/include/wx/android/setup.h @@ -909,9 +909,9 @@ // Use generic version of wxDataViewCtrl even if a native one is available? // -// Default is 0. +// Default is 1. // -// Recommended setting: 0, but can be set to 1 if your program is affected by +// Recommended setting: 1, but can be set to 0 if your program is affected by // the native control limitations. #define wxUSE_NATIVE_DATAVIEWCTRL 1 diff --git a/include/wx/gtk/setup0.h b/include/wx/gtk/setup0.h index 510fe7a81c..8355fbf4b3 100644 --- a/include/wx/gtk/setup0.h +++ b/include/wx/gtk/setup0.h @@ -910,9 +910,9 @@ // Use generic version of wxDataViewCtrl even if a native one is available? // -// Default is 0. +// Default is 1. // -// Recommended setting: 0, but can be set to 1 if your program is affected by +// Recommended setting: 1, but can be set to 0 if your program is affected by // the native control limitations. #define wxUSE_NATIVE_DATAVIEWCTRL 1 diff --git a/include/wx/motif/setup0.h b/include/wx/motif/setup0.h index 6253a84db7..8d9bc1f23d 100644 --- a/include/wx/motif/setup0.h +++ b/include/wx/motif/setup0.h @@ -910,9 +910,9 @@ // Use generic version of wxDataViewCtrl even if a native one is available? // -// Default is 0. +// Default is 1. // -// Recommended setting: 0, but can be set to 1 if your program is affected by +// Recommended setting: 1, but can be set to 0 if your program is affected by // the native control limitations. #define wxUSE_NATIVE_DATAVIEWCTRL 1 diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 2b8ec97ce6..22ba9acf3b 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -910,9 +910,9 @@ // Use generic version of wxDataViewCtrl even if a native one is available? // -// Default is 0. +// Default is 1. // -// Recommended setting: 0, but can be set to 1 if your program is affected by +// Recommended setting: 1, but can be set to 0 if your program is affected by // the native control limitations. #define wxUSE_NATIVE_DATAVIEWCTRL 1 diff --git a/include/wx/osx/setup0.h b/include/wx/osx/setup0.h index f209882d88..dcf2fc0333 100644 --- a/include/wx/osx/setup0.h +++ b/include/wx/osx/setup0.h @@ -916,9 +916,9 @@ // Use generic version of wxDataViewCtrl even if a native one is available? // -// Default is 0. +// Default is 1. // -// Recommended setting: 0, but can be set to 1 if your program is affected by +// Recommended setting: 1, but can be set to 0 if your program is affected by // the native control limitations. #define wxUSE_NATIVE_DATAVIEWCTRL 1 diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 964e68fe17..76b0149ffe 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -906,9 +906,9 @@ // Use generic version of wxDataViewCtrl even if a native one is available? // -// Default is 0. +// Default is 1. // -// Recommended setting: 0, but can be set to 1 if your program is affected by +// Recommended setting: 1, but can be set to 0 if your program is affected by // the native control limitations. #define wxUSE_NATIVE_DATAVIEWCTRL 1 diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 4f8397a674..35f85aa0a2 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -909,9 +909,9 @@ // Use generic version of wxDataViewCtrl even if a native one is available? // -// Default is 0. +// Default is 1. // -// Recommended setting: 0, but can be set to 1 if your program is affected by +// Recommended setting: 1, but can be set to 0 if your program is affected by // the native control limitations. #define wxUSE_NATIVE_DATAVIEWCTRL 1