Fix dev path in ExceptionViewModel.

This commit is contained in:
Daniel Kraus 2015-08-09 20:52:35 +02:00
parent 750fb093b1
commit 5833e0fcb7
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace zaaReloaded2.ExceptionHandler
protected override string DevPath()
{
return @"x:\Code\zaaReloaded2\";
return @"x:\Code\zaaReloaded2\zaaReloaded2\";
}
#endregion