lcl: fix issues files for gtk and gtk2 (widgetset names were mixed)

git-svn-id: trunk@22730 -
This commit is contained in:
paul 2009-11-24 03:33:03 +00:00
parent 964dd239b9
commit 69a20b9e3c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>