Added a link to a Microsoft support link for Bug [#1420] in the exception, might still be good if we can change the bug for so it is more clear what can be done...

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2465 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-02-06 13:15:13 +00:00
commit 190578953c
2 changed files with 8 additions and 2 deletions

View file

@ -130,7 +130,7 @@ namespace Greenshot.Helpers {
foreach (object key in ex.Data.Keys) {
object data = ex.Data[key];
if (data != null) {
report.AppendLine(key + " = " + data);
report.AppendLine(key + " : " + data);
}
}
}