/// <summary>
 /// Set the <see cref="ExporterProgressWindow"/> text after "Progress:"
 /// </summary>
 /// <param name="text">The text to add</param>
 public void ExporterSetSubText(string text)
 {
     exporter.SetProgressText(text);
 }