mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-09 10:19:23 +02:00
lcl: fix issues files for gtk and gtk2 (widgetset names were mixed)
git-svn-id: trunk@22730 -
This commit is contained in:
parent
964dd239b9
commit
69a20b9e3c
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<package name="lcl">
|
||||
<widgetset name="gtk2">
|
||||
<widgetset name="gtk">
|
||||
<issue name="TComboBox.DropDownCount">
|
||||
<short>Combo box DropDownCount property is not supported</short>
|
||||
</issue>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<package name="lcl">
|
||||
<widgetset name="gtk">
|
||||
<widgetset name="gtk2">
|
||||
<issue name="TComboBox.DropDownCount">
|
||||
<short>Combo box DropDownCount property is not supported</short>
|
||||
</issue>
|
||||
|
Loading…
Reference in New Issue
Block a user