Ignore:
Timestamp:
Jun 13, 2023, 9:06:33 AM (11 months ago)
Author:
chronos
Message:
  • Modified: Include packages language files in the installation file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormExport.pas

    r158 r161  
    169169  try
    170170    CurrentContext := Core.Core.ApplicationInfo1.GetRegistryContext;
    171     EditOutputFile.Text := ReadStringWithDefault('LastExportFileName', '');
     171    EditOutputFile.Text := ReadStringWithDefault('LastExportFileName', 'Export.txt');
    172172    TableFormat := TTableFormat(ReadIntegerWithDefault('TableFormat', Integer(tfCsv)));
    173173    ComboBoxOutputFormat.ItemIndex := ComboBoxOutputFormat.Items.IndexOfObject(TObject(TableFormat));
Note: See TracChangeset for help on using the changeset viewer.