You've already forked lazarus-ccr
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:
@ -101,7 +101,7 @@ type
|
|||||||
property ProductName: string read GetProductName;
|
property ProductName: string read GetProductName;
|
||||||
property SpecialBuild: string read GetSpecialBuild;
|
property SpecialBuild: string read GetSpecialBuild;
|
||||||
property PrivateBuild: string read GetPrivateBuild;
|
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;
|
property VerFileDate: TDateTime read GetVerFileDate;
|
||||||
published
|
published
|
||||||
property WidgetName:string read GetWidgetName;
|
property WidgetName:string read GetWidgetName;
|
||||||
|
Reference in New Issue
Block a user