show the SettingsDialog with 'Application:Command Bars' group selected when selecting Tools->Customize
This commit is contained in:
parent
4cb7b90ce3
commit
351b9a68b7
@ -594,6 +594,10 @@ namespace UniversalEditor.UserInterface
|
||||
{
|
||||
LastWindow.ShowOptionsDialog();
|
||||
});
|
||||
Application.AttachCommandEventHandler("ToolsCustomize", delegate (object sender, EventArgs e)
|
||||
{
|
||||
Application.ShowSettingsDialog(new string[] { "Application", "Command Bars" });
|
||||
});
|
||||
#endregion
|
||||
#region Window
|
||||
Application.AttachCommandEventHandler("WindowNewWindow", delegate(object sender, EventArgs e)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user