From ee7fe69d40e44695f0451a5ccf202052c642ddb6 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sun, 1 Oct 2017 00:51:53 +1000 Subject: [PATCH] On the crash dialog, show the directory of the client --- ClassicalSharp/Utils/ErrorHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClassicalSharp/Utils/ErrorHandler.cs b/ClassicalSharp/Utils/ErrorHandler.cs index 0e701e828..291c495fd 100644 --- a/ClassicalSharp/Utils/ErrorHandler.cs +++ b/ClassicalSharp/Utils/ErrorHandler.cs @@ -68,7 +68,7 @@ namespace ClassicalSharp { string line1 = "ClassicalSharp crashed."; if (wroteToCrashLog) { - line1 += " The cause of the crash has been logged to \"" + fileName + "\" in the client directory."; + line1 += " The cause has been logged to \"" + fileName + "\" in " + Program.AppDirectory; } string line2 = "Please report the crash to github.com/UnknownShadow200/ClassicalSharp/issues so we can fix it."; if (!wroteToCrashLog) {