Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:53:35 (7 years ago)
Author:
gkronber
Message:

#2520 changed optimizer to use new persistence per default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs

    r14185 r14930  
    206206        Title = "Save Item",
    207207        DefaultExt = "hl",
    208         Filter = "Uncompressed HeuristicLab Files|*.hl|HeuristicLab Files|*.hl|All Files|*.*",
    209         FilterIndex = 2
     208        Filter = "HeuristicLab Files|*.hl|All Files|*.*",
     209        FilterIndex = 1
    210210      };
    211211
     
    219219            try {
    220220              mainForm.AddOperationProgressToContent(activeView.Content, "Exporting data.");
    221               ContentManager.Save(storable, saveFileDialog.FileName, compressed);
     221              PersistenceContentManager.Save(storable, saveFileDialog.FileName);
    222222            } finally {
    223223              mainForm.RemoveOperationProgressFromContent(activeView.Content);
Note: See TracChangeset for help on using the changeset viewer.