Refactoring menus for consistency.
This commit is contained in:
parent
0e6deec42a
commit
49ea8df3fd
4 changed files with 6 additions and 3 deletions
|
|
@ -670,7 +670,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
|
||||
menuItems.Add(new PrintItemAction()
|
||||
{
|
||||
Title = "Add To Library".Localize(),
|
||||
Title = "Add to Library".Localize(),
|
||||
Action = (items, queueDataView) => addToLibraryButton_Click(null, null)
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
settingsHistory.Enabled = !string.IsNullOrEmpty(AuthenticationData.Instance.ActiveSessionUsername);
|
||||
|
||||
sliceOptionsMenuDropList.AddItem("Reset to defaults".Localize()).Selected += (s, e) => { UiThread.RunOnIdle(ResetToDefaults); };
|
||||
sliceOptionsMenuDropList.AddItem("Reset to Defaults".Localize()).Selected += (s, e) => { UiThread.RunOnIdle(ResetToDefaults); };
|
||||
|
||||
return sliceOptionsMenuDropList;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5656,3 +5656,6 @@ Translated:Unable to Connect
|
|||
English:Port number to be used with IP Address to connect to printer over the network
|
||||
Translated:Port number to be used with IP Address to connect to printer over the network
|
||||
|
||||
English:Reset to Defaults
|
||||
Translated:Reset to Defaults
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 83ec53c0dc4ecf1068973c6f7ab04159995a13b6
|
||||
Subproject commit 90effc7966990704833da4c67c1ba2782207d1d7
|
||||
Loading…
Add table
Add a link
Reference in a new issue