Tastudio - fix another usage of ShortCut instead of ShortCutDisplayStr in the context menu

This commit is contained in:
adelikat 2019-12-10 14:28:48 -06:00
parent a05fdfe18c
commit f900a1ba69
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@
// SelectBetweenMarkersMenuItem
//
this.SelectBetweenMarkersMenuItem.Name = "SelectBetweenMarkersMenuItem";
this.SelectBetweenMarkersMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
this.SelectBetweenMarkersMenuItem.ShortcutKeyDisplayString = "Ctrl+A";
this.SelectBetweenMarkersMenuItem.Size = new System.Drawing.Size(280, 22);
this.SelectBetweenMarkersMenuItem.Text = "Select between Markers";
this.SelectBetweenMarkersMenuItem.Click += new System.EventHandler(this.SelectBetweenMarkersMenuItem_Click);