turned on icon for shortcuts in help menu

This commit is contained in:
2009-11-20 14:30:45 +00:00
parent 955662eb03
commit a66282af03

View File

@@ -199,7 +199,7 @@ namespace VEPROMS
//
// btnShortCuts
//
//this.btnShortCuts.Image = global::VEPROMS.Properties.Resources.GotoShortcutsHS;
this.btnShortCuts.Image = global::VEPROMS.Properties.Resources.GotoShortcutsHS;
this.btnShortCuts.Name = "btnShortCuts";
this.btnShortCuts.Text = "Shortcut List";
this.btnShortCuts.Click += new System.EventHandler(this.btnShortCuts_Click);