Ignore:
Timestamp:
Feb 25, 2007, 4:15:10 PM (18 years ago)
Author:
RBRi
Message:

file util refactoring and many more unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/StartupUnit.pas

    r61 r82  
    4848  PMWin,
    4949  ACLStringUtility,
    50   ACLFileUtility,
    51   HelpManagerUnit;
     50  HelpManagerUnit,
     51  FileUtilsUnit;
    5252
    5353// Look for any items that are actually specifiying environment
     
    9595  AlternativeFileName: string;
    9696begin
    97   if FileName = OWN_HELP_MARKER then
    98   begin
    99     Result := GetOwnHelpFileName;
    100     exit;
    101   end;
    102 
    10397  Result := '';
    10498
Note: See TracChangeset for help on using the changeset viewer.