gtk3 issues.xml: fix copy paste MinDate vs MaxDate

This commit is contained in:
Martin 2023-07-09 09:17:33 +02:00
parent 6717565e9b
commit 4adebcb03e

View File

@ -32,7 +32,7 @@
<short>MinDate property is not (fully) supported</short> <short>MinDate property is not (fully) supported</short>
<descr>While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range</descr> <descr>While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range</descr>
</issue> </issue>
<issue name="TCalendar.MinDate"> <issue name="TCalendar.MaxDate">
<short>MaxDate property is not (fully) supported</short> <short>MaxDate property is not (fully) supported</short>
<descr>While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range</descr> <descr>While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range</descr>
</issue> </issue>
@ -40,7 +40,7 @@
<short>TDateEdit.MinDate is not supported by the native Calendar.</short> <short>TDateEdit.MinDate is not supported by the native Calendar.</short>
</issue> </issue>
<issue name="TDateEdit.MaxDate"> <issue name="TDateEdit.MaxDate">
<short>TDateEdit.MinDate is not supported by the native Calendar.</short> <short>TDateEdit.MaxDate is not supported by the native Calendar.</short>
</issue> </issue>
</widgetset> </widgetset>
</package> </package>