Changeset 69 for trunk/UAcronym.pas
- Timestamp:
- Aug 1, 2016, 12:43:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UAcronym.pas
r67 r69 430 430 AddedAcronym: TAcronymMeaning; 431 431 begin 432 ItemCount := 0;433 432 NewAcronym := TAcronymEntry.Create; 434 433 try … … 550 549 procedure TImportSource.Process; 551 550 begin 551 ItemCount := 0; 552 552 case Format.Kind of 553 553 ifkParseURL: ProcessTextParseURL;
Note:
See TracChangeset
for help on using the changeset viewer.