mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
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:
parent
2a1ef29b84
commit
ea26f9ca50
3 changed files with 95 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue