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
This commit is contained in:
alexs75
2011-02-04 07:53:00 +00:00
parent e99fbdfde3
commit e087c31ada

View File

@ -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;