Changeset 1853 for trunk/sources/HeuristicLab.AdvancedOptimizationFrontend
- Timestamp:
- 05/19/09 17:09:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.3/MainForm.cs
r1844 r1853 218 218 } catch (Exception e) { 219 219 MessageBox.Show(String.Format( 220 "Sorry couldn't openfile \"{0}\".\n The following exception occurred: {1}",220 "Sorry couldn't save file \"{0}\".\n The following exception occurred: {1}", 221 221 task.filename, e.ToString()), 222 222 "Reader Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
Note: See TracChangeset
for help on using the changeset viewer.