mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
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:
parent
66427c3932
commit
fcdc0f0fca
1 changed files with 1 additions and 1 deletions
2
Greenshot/Forms/MainForm.Designer.cs
generated
2
Greenshot/Forms/MainForm.Designer.cs
generated
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue