You've already forked lazarus-ccr
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:
@@ -306,7 +306,7 @@ end;
|
|||||||
|
|
||||||
function TRxVersionInfo.GetWidgetName: string;
|
function TRxVersionInfo.GetWidgetName: string;
|
||||||
begin
|
begin
|
||||||
{$IF (lcl_fullversion < 010700)}
|
{$IF (lcl_fullversion < 01070000)}
|
||||||
Result:=sWidget + LCLPlatformDirNames[WidgetSet.LCLPlatform];
|
Result:=sWidget + LCLPlatformDirNames[WidgetSet.LCLPlatform];
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
Result:=sWidget + LCLPlatformDisplayNames[WidgetSet.LCLPlatform];
|
Result:=sWidget + LCLPlatformDisplayNames[WidgetSet.LCLPlatform];
|
||||||
|
Reference in New Issue
Block a user