Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9901


Ignore:
Timestamp:
08/22/13 16:33:26 (11 years ago)
Author:
mkommend
Message:

#1042: Updated progress message while saving a file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/FileManager.cs

    r9865 r9901  
    153153      mainForm.Invoke((Action)delegate {
    154154        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)));
    156156        } else
    157157          mainForm.RemoveOperationProgressFromContent(content);
Note: See TracChangeset for help on using the changeset viewer.