Getting more tests to pass

Down to 7 failing tests.
This commit is contained in:
Lars Brubaker 2016-08-01 17:21:31 -07:00
parent 472b26ac34
commit dc22e6b788
18 changed files with 159 additions and 259 deletions

View file

@ -34,7 +34,7 @@ namespace MatterHackers.MatterControl
{
return new List<MenuItemAction>
{
new MenuItemAction("Add Printer".Localize(), () => WizardWindow.ShowPrinterSetup()),
new MenuItemAction("Add Printer".Localize(), () => WizardWindow.ShowPrinterSetup(true)),
new MenuItemAction("Add File To Queue".Localize(), importFile_Click),
new MenuItemAction("Redeem Design Code".Localize(), () => RedeemDesignCode?.Invoke(this, null)),
new MenuItemAction("Enter Share Code".Localize(), () => EnterShareCode?.Invoke(this, null)),