mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
The default value for the key and propertyname is "null", no need to serialize this to the .Designer.cs files.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1768 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
eacbd114da
commit
c3a1e18faa
7 changed files with 8 additions and 8 deletions
|
@ -35,7 +35,7 @@ namespace GreenshotPlugin.Controls {
|
|||
}
|
||||
}
|
||||
|
||||
[Category("Greenshot"), Description("Specifies the property name to map the configuration.")]
|
||||
[Category("Greenshot"), DefaultValue(null), Description("Specifies the property name to map the configuration.")]
|
||||
public string PropertyName {
|
||||
get;
|
||||
set;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue