Mac sure we include "Remove All" from queue option on Mac.

This commit is contained in:
Kevin Pope 2014-05-08 11:26:55 -07:00
parent cc8c268a02
commit 29fa3b066e

View file

@ -97,6 +97,8 @@ namespace MatterHackers.MatterControl.PrintQueue
{LocalizedString.Get(" Export to Zip"), exportQueueToZipMenu_Click},
{"GCode", null},
{LocalizedString.Get(" Export to Folder"), exportGCodeToFolderButton_Click},
{LocalizedString.Get("Other"), null},
{LocalizedString.Get(" Remove All"), removeAllFromQueueButton_Click},
};
}
else