From e087c31adafde2adb38d96343c62f42f44adc524 Mon Sep 17 00:00:00 2001 From: alexs75 Date: Fri, 4 Feb 2011 07:53:00 +0000 Subject: [PATCH] fix error rxversinfo.pas(104,27) Error: Duplicate identifier 'Name' - tnx Ivan git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1485 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/rxversinfo.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rx/rxversinfo.pas b/components/rx/rxversinfo.pas index bf5c623e9..83f1f9936 100644 --- a/components/rx/rxversinfo.pas +++ b/components/rx/rxversinfo.pas @@ -101,7 +101,7 @@ type property ProductName: string read GetProductName; property SpecialBuild: string read GetSpecialBuild; property PrivateBuild: string read GetPrivateBuild; - property Values[const Name: string]: string read GetVerValue; + property Values[const VerName: string]: string read GetVerValue; property VerFileDate: TDateTime read GetVerFileDate; published property WidgetName:string read GetWidgetName;