diff --git a/source/xEngine/Engine.cpp b/source/xEngine/Engine.cpp
index 32285403d374532d1d9adf4f62a24a6bbbc34fa6..5ab4ab24c927b7c673ebc6f6ed61492dfad449da 100644
--- a/source/xEngine/Engine.cpp
+++ b/source/xEngine/Engine.cpp
@@ -106,7 +106,7 @@ CEngine::CEngine(int argc, char **argv, const char *szName)
 		{
 			szPath[iLastPos + 1] = 0;
 		}
-		wcscat(szPath, L"crashreporter.exe =version " LTEXT(SKYXENGINE_VERSION) " -dumpid "); // Keep last space!
+		wcscat(szPath, L"crashreporter.exe =version " LTEXT(SKYXENGINE_VERSION) L" -dumpid "); // Keep last space!
 		
 		CreateDirectoryA("../crashdmp", NULL);
 		m_pBreakpadHandler = new google_breakpad::ExceptionHandler(