Skip to content

Commit

Permalink
Update SSMSObjectExplorerMenu.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
brink-daniel committed Aug 2, 2023
1 parent fba3df2 commit e63c3c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SSMSObjectExplorerMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ private void Add_Click(object sender, EventArgs e)
}
else if (d == DialogResult.Abort) //this is misleading. Abort is returned when the Options button is pressed
{
DTE2 dte = (DTE2)this.GetService(typeof(DTE));
dte?.ExecuteCommand("Tools.Options");
this.ShowOptionPage(typeof(OptionsDialogPage));
}
}

Expand Down

0 comments on commit e63c3c4

Please sign in to comment.