RxFPC:try to fix RxVersInfo - bug id 0031610

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5828 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2017-03-30 16:58:22 +00:00
parent dc4314db8b
commit 7797575c94

View File

@ -306,7 +306,7 @@ end;
function TRxVersionInfo.GetWidgetName: string;
begin
{$IF (lcl_fullversion < 010700)}
{$IF (lcl_fullversion < 01070000)}
Result:=sWidget + LCLPlatformDirNames[WidgetSet.LCLPlatform];
{$ELSE}
Result:=sWidget + LCLPlatformDisplayNames[WidgetSet.LCLPlatform];