Changeset 9901
- Timestamp:
- 08/22/13 16:33:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/FileManager.cs
r9865 r9901 153 153 mainForm.Invoke((Action)delegate { 154 154 if (showProgress) { 155 mainForm.AddOperationProgressToContent(content, string.Format("Saving file \"{0}\"...", Path.GetFileName(fileName ?? content.Filename)));155 mainForm.AddOperationProgressToContent(content, string.Format("Saving to file \"{0}\"...", Path.GetFileName(fileName ?? content.Filename))); 156 156 } else 157 157 mainForm.RemoveOperationProgressFromContent(content);
Note: See TracChangeset
for help on using the changeset viewer.