Changeset 6 for trunk/UFormImport.pas


Ignore:
Timestamp:
Apr 21, 2016, 10:22:08 AM (8 years ago)
Author:
chronos
Message:
  • Added: Acronyms can be loaded from/saved to different files.
  • Added: Application remembers list of last used files.
  • Added: Show question dialog on exit if acronyms were modified.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormImport.pas

    r2 r6  
    9393    end;
    9494  end;
     95  if AddedCount > 0 then FormMain.AcronymDb.Modified := True;
    9596  ShowMessage(Format('Imported %d new acronyms.', [AddedCount]));
    9697end;
Note: See TracChangeset for help on using the changeset viewer.