mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Fixed bug #3066880: Added missing link between the button an the method.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@914 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
2baa5d770a
commit
6710fa2486
1 changed files with 1 additions and 0 deletions
|
@ -588,6 +588,7 @@ namespace Greenshot.Forms {
|
|||
this.drawLineToolStripMenuItem.Name = "drawLineToolStripMenuItem";
|
||||
this.drawLineToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
||||
this.drawLineToolStripMenuItem.Text = "Draw line";
|
||||
this.drawLineToolStripMenuItem.Click += new System.EventHandler(this.DrawLineToolStripMenuItemClick);
|
||||
//
|
||||
// drawArrowToolStripMenuItem
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue