This changes enables the settings (most of them) which are supplied in the greenshot-fixed.ini to be unchangeable in the settings.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1969 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-07-30 18:09:19 +00:00
commit 48159a99b0
7 changed files with 122 additions and 55 deletions

View file

@ -50,6 +50,7 @@ namespace Greenshot.IniFile {
public string Separator = ",";
public string DefaultValue;
public string LanguageKey;
public bool FixedValue = false;
public bool ExcludeIfNull=false;
public string Name {