Fix for designer issue and Bug #3538953

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1938 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-06-29 12:38:40 +00:00
parent c10b8201a0
commit f4ddfb2e79
2 changed files with 5 additions and 3 deletions

View file

@ -1580,7 +1580,6 @@ namespace Greenshot {
this.ClientSize = new System.Drawing.Size(785, 485);
this.Controls.Add(this.toolStripContainer1);
this.KeyPreview = true;
this.ManualLanguageApply = true;
this.LanguageKey = "editor_title";
this.Name = "ImageEditorForm";
this.Activated += new System.EventHandler(this.ImageEditorFormActivated);