Extract embedded type to new file

This commit is contained in:
jlewin 2019-04-02 09:56:43 -07:00
parent fffc65937b
commit c562d72de0
3 changed files with 54 additions and 14 deletions

View file

@ -122,7 +122,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
{
string importPrinterSuccessMessage = "You have successfully imported a new printer profile. You can find '{0}' in your list of available printers.".Localize();
DialogWindow.Show(
new ImportSucceeded(
new ImportSucceededPage(
importPrinterSuccessMessage.FormatWith(Path.GetFileNameWithoutExtension(result.FileName))));
}
else