FIX: Bug [0000687]

This commit is contained in:
Alexander Koblov 2013-07-05 22:08:16 +00:00
commit ff4c265676

View file

@ -77,16 +77,17 @@ const
LCLPlatform: array[TLCLPlatform] of string = (
'gtk1',
'gtk2',
{$if lcl_fullversion >= 1010000}
'gtk3',
{$endif}
'win32/win64',
'wince',
'carbon',
'qt4',
'fpGUI',
'NoGUI',
'cocoa'
{$if lcl_fullversion >= 093100}
, 'customdrawn'
{$endif}
'cocoa',
'customdrawn'
);
{$IF DEFINED(UNIX)}