Skip to content

Commit

Permalink
fix VS drop-downs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enache-Ionut committed Apr 15, 2021
1 parent 5e24d17 commit 7cc7df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ private string GetCommandName(string aGuid, int aId)
}
catch (Exception e)
{
MessageBox.Show(e.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
//MessageBox.Show(e.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}

return string.Empty;
Expand Down

0 comments on commit 7cc7df6

Please sign in to comment.