fixed GetDefaultLCLWidgetType using gtk2, bug #12489

git-svn-id: trunk@17134 -
This commit is contained in:
mattias 2008-10-26 10:41:46 +00:00
parent 1dcd32648f
commit 92caf0d923
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
<General>
<SessionStorage Value="InIDEConfig"/>
<MainUnit Value="0"/>
<IconPath Value="./"/>
<TargetFileExt Value=""/>
</General>
<PublishOptions>

View File

@ -206,7 +206,7 @@ begin
Result:= lpCarbon;
{$ENDIF}
{$IFNDEF WidgetSetDefined}
Result:= lpGtk;
Result:= lpGtk2;
{$ENDIF}
end;
end;