Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/19/09 17:09:45 (15 years ago)
Author:
epitzer
Message:

Fix EmptyStorableClass attributes. (#603)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.3/MainForm.cs

    r1844 r1853  
    218218      } catch (Exception e) {
    219219        MessageBox.Show(String.Format(
    220           "Sorry couldn't open file \"{0}\".\n The following exception occurred: {1}",
     220          "Sorry couldn't save file \"{0}\".\n The following exception occurred: {1}",
    221221          task.filename, e.ToString()),
    222222          "Reader Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
Note: See TracChangeset for help on using the changeset viewer.