Changeset 83
- Timestamp:
- Feb 25, 2007, 4:15:32 PM (18 years ago)
- Location:
- trunk/NewView
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/SettingsUnit.pas
r43 r83 139 139 DebugUnit, 140 140 Dos, 141 ACLFileUtility,141 FileUtilsUnit, 142 142 ACLUtility, 143 143 ACLStringUtility, … … 179 179 // Note: do NOT combine these two steps. Caused an obscure bug! 180 180 FSplit( UserIniFile, Dir, Name, Ext ); 181 Result := Add Slash( Dir ) + IniFileName;181 Result := AddDirectorySeparator( Dir ) + IniFileName; 182 182 End; 183 183
Note:
See TracChangeset
for help on using the changeset viewer.