mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 17:43:44 -07:00
Fixed wrong label names
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2086 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
f4f3a77e55
commit
3411432a0e
1 changed files with 2 additions and 2 deletions
4
GreenshotOCRPlugin/SettingsForm.Designer.cs
generated
4
GreenshotOCRPlugin/SettingsForm.Designer.cs
generated
|
@ -73,7 +73,7 @@ namespace GreenshotOCR
|
|||
this.checkBox_orientImage.Name = "checkBox_orientImage";
|
||||
this.checkBox_orientImage.Size = new System.Drawing.Size(104, 24);
|
||||
this.checkBox_orientImage.TabIndex = 1;
|
||||
this.checkBox_orientImage.LanguageKey = "orient_image";
|
||||
this.checkBox_orientImage.LanguageKey = "ocr.orient_image";
|
||||
this.checkBox_orientImage.UseVisualStyleBackColor = true;
|
||||
this.checkBox_orientImage.SectionName = "OCR";
|
||||
this.checkBox_orientImage.PropertyName = "orientimage";
|
||||
|
@ -84,7 +84,7 @@ namespace GreenshotOCR
|
|||
this.checkBox_straightenImage.Name = "checkBox_straightenImage";
|
||||
this.checkBox_straightenImage.Size = new System.Drawing.Size(109, 24);
|
||||
this.checkBox_straightenImage.TabIndex = 2;
|
||||
this.checkBox_straightenImage.LanguageKey = "straighten_image";
|
||||
this.checkBox_straightenImage.LanguageKey = "ocr.straighten_image";
|
||||
this.checkBox_straightenImage.UseVisualStyleBackColor = true;
|
||||
this.checkBox_straightenImage.SectionName = "OCR";
|
||||
this.checkBox_straightenImage.PropertyName = "straightenImage";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue