mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fixed wrong reference to the GreenshotPlugin and changed a property name so it's forced to a default.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2228 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
65ad25ac57
commit
2127ce678b
9 changed files with 22 additions and 74 deletions
2
Greenshot/Forms/SettingsForm.Designer.cs
generated
2
Greenshot/Forms/SettingsForm.Designer.cs
generated
|
@ -1042,7 +1042,7 @@ namespace Greenshot {
|
|||
this.checkbox_checkunstableupdates.LanguageKey = "expertsettings_checkunstableupdates";
|
||||
this.checkbox_checkunstableupdates.Location = new System.Drawing.Point(10, 187);
|
||||
this.checkbox_checkunstableupdates.Name = "checkbox_checkunstableupdates";
|
||||
this.checkbox_checkunstableupdates.PropertyName = "CheckUnstable";
|
||||
this.checkbox_checkunstableupdates.PropertyName = "CheckForUnstable";
|
||||
this.checkbox_checkunstableupdates.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_checkunstableupdates.TabIndex = 29;
|
||||
this.checkbox_checkunstableupdates.UseVisualStyleBackColor = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue