Changeset 4 for tools/Delphi translator
- Timestamp:
- Jan 8, 2009, 1:45:23 PM (16 years ago)
- Location:
- tools/Delphi translator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Delphi translator
- Property svn:ignore
-
old new 3 3 *.identcache 4 4 *.dsk 5 backup 6 *.~dsk
-
- Property svn:ignore
-
tools/Delphi translator/UMainForm.pas
r2 r4 52 52 Result := AnsiCompareText(Item1.Caption, Item2.Caption) 53 53 else 54 Result := AnsiCompareText(Item1.SubItems[Data -1],55 Item2.SubItems[Data -1]);54 Result := AnsiCompareText(Item1.SubItems[Data - 1], 55 Item2.SubItems[Data - 1]); 56 56 if not Ascending then Result := -Result; 57 57 end;
Note:
See TracChangeset
for help on using the changeset viewer.