Changeset 72 for trunk/UCore.pas


Ignore:
Timestamp:
Mar 6, 2016, 12:10:38 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Built with FPC 3.0.0. Fixed various compiler messages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r70 r72  
    77uses
    88  Classes, SysUtils, FileUtil, UApplicationInfo, ULastOpenedList, UProject,
    9   UCoolTranslator, UTarget, URegistry, Registry, XMLConf, Graphics, UScaleDPI;
     9  UCoolTranslator, UTarget, URegistry, Registry, Graphics, UScaleDPI;
    1010
    1111type
     
    7373
    7474procedure TCore.LoadFromRegistry(Root: HKEY; Key: string);
    75 var
    76   TargetName: string;
    7775begin
    7876  with TRegistryEx.Create do
Note: See TracChangeset for help on using the changeset viewer.