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:
RKrom 2011-02-15 13:56:45 +00:00
commit 6710fa2486

View file

@ -588,6 +588,7 @@ namespace Greenshot.Forms {
this.drawLineToolStripMenuItem.Name = "drawLineToolStripMenuItem"; this.drawLineToolStripMenuItem.Name = "drawLineToolStripMenuItem";
this.drawLineToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.drawLineToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.drawLineToolStripMenuItem.Text = "Draw line"; this.drawLineToolStripMenuItem.Text = "Draw line";
this.drawLineToolStripMenuItem.Click += new System.EventHandler(this.DrawLineToolStripMenuItemClick);
// //
// drawArrowToolStripMenuItem // drawArrowToolStripMenuItem
// //