X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e610e1caf91dee9e074551149e3ae5e08df9c09..50d4763f1710f6e45ac6af7112d1ce9effe93bc4:/interface/wx/propgrid/property.h?ds=sidebyside diff --git a/interface/wx/propgrid/property.h b/interface/wx/propgrid/property.h index 6d2b249687..7c68512a23 100644 --- a/interface/wx/propgrid/property.h +++ b/interface/wx/propgrid/property.h @@ -517,7 +517,7 @@ wxPG_PROP_BEING_DELETED = 0x00200000 wxDateTime property. Default editor is DatePickerCtrl, although TextCtrl should work as well. wxPG_DATE_FORMAT attribute can be used to change string wxDateTime::Format uses (although default is recommended as it is - locale-dependant), and wxPG_DATE_PICKER_STYLE allows changing window + locale-dependent), and wxPG_DATE_PICKER_STYLE allows changing window style given to DatePickerCtrl (default is wxDP_DEFAULT|wxDP_SHOWCENTURY). Using wxDP_ALLOWNONE will enable better unspecified value support.