Show Word version and build number in exceptions.

This commit is contained in:
Daniel Kraus 2015-08-09 20:18:42 +02:00
parent 11b9b9df54
commit 750fb093b1
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ namespace zaaReloaded2.ExceptionHandler
{
get
{
// TODO: Get Word version
return "n/a";
return Globals.ThisAddIn.Application.Build;
}
}