Changeset 83


Ignore:
Timestamp:
Feb 25, 2007, 4:15:32 PM (18 years ago)
Author:
RBRi
Message:
 
Location:
trunk/NewView
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/SettingsUnit.pas

    r43 r83  
    139139  DebugUnit,
    140140  Dos,
    141   ACLFileUtility,
     141  FileUtilsUnit,
    142142  ACLUtility,
    143143  ACLStringUtility,
     
    179179  // Note: do NOT combine these two steps. Caused an obscure bug!
    180180  FSplit( UserIniFile, Dir, Name, Ext );
    181   Result := AddSlash( Dir ) + IniFileName;
     181  Result := AddDirectorySeparator( Dir ) + IniFileName;
    182182End;
    183183
Note: See TracChangeset for help on using the changeset viewer.