Extract embedded type to new file
This commit is contained in:
parent
fffc65937b
commit
c562d72de0
3 changed files with 54 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue