Changed destinations to have the picker as a separate check box.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1729 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-03-31 20:39:16 +00:00
commit 55f3f3b342
4 changed files with 59 additions and 36 deletions

View file

@ -1475,7 +1475,6 @@ namespace Greenshot {
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(785, 485);
this.Controls.Add(this.toolStripContainer1);
this.Icon = GreenshotPlugin.Core.GreenshotResources.getGreenshotIcon();
this.KeyPreview = true;
this.Name = "ImageEditorForm";
this.Activated += new System.EventHandler(this.ImageEditorFormActivated);