Added Dictionary support

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@857 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-08-24 12:05:57 +00:00
commit ea26f9ca50
3 changed files with 95 additions and 50 deletions

View file

@ -92,6 +92,11 @@ namespace Greenshot {
LOG.Info("\t" + destination);
}
}
if (conf.testProp != null) {
foreach(string key in conf.testProp.Keys) {
LOG.Info("\t" + String.Format("{0}={1}", key, conf.testProp[key]));
}
}
try {
// Fix for Bug 2495900, Multi-user Environment