Ignore:
Timestamp:
Aug 1, 2016, 5:38:15 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Update acronym list in main form if some items were changed in acronym list form.
  • Fixed: Added missing Windows 64-bit build mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r70 r71  
    323323begin
    324324  FormAcronyms.ShowModal;
     325  UpdateAcronymsList;
    325326  UpdateInterface;
    326327end;
     
    350351  FormImportSources.ImportSources := AcronymDb.ImportSources;
    351352  FormImportSources.ShowModal;
     353  UpdateAcronymsList;
    352354  UpdateInterface;
    353355end;
Note: See TracChangeset for help on using the changeset viewer.