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:
RKrom 2012-04-11 06:44:35 +00:00
commit c3a1e18faa
7 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@ namespace GreenshotPlugin.Controls {
private static log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(GreenshotForm));
protected ILanguage language;
[Category("Greenshot"), Description("Specifies key of the language file to use when displaying the text.")]
[Category("Greenshot"), DefaultValue(null), Description("Specifies key of the language file to use when displaying the text.")]
public string LanguageKey {
get;
set;