Fixed Capture IE click not working

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2030 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-09-14 14:07:09 +00:00
commit fcdc0f0fca

View file

@ -137,7 +137,7 @@ namespace Greenshot {
this.contextmenu_captureie.Name = "contextmenu_captureie";
this.contextmenu_captureie.ShortcutKeyDisplayString = "Ctrl + Shift + Print";
this.contextmenu_captureie.Size = new System.Drawing.Size(170, 22);
this.contextmenu_capturewindow.Click += new System.EventHandler(this.Contextmenu_captureie_Click);
this.contextmenu_captureie.Click += new System.EventHandler(this.Contextmenu_captureie_Click);
//
// toolStripListCaptureSeparator
//