Update Exception.cpp

This commit is contained in:
Edo
2022-02-10 15:18:55 +00:00
committed by GitHub
parent 92a8b6464c
commit 95e77ca6c6

View File

@ -102,7 +102,7 @@ namespace Components
}
else
{
errorStr = Utils::String::VA("Fatal error (0x%08X) at 0x%08X.\n Copy exception address to keyboard?", ExceptionInfo->ExceptionRecord->ExceptionCode, ExceptionInfo->ExceptionRecord->ExceptionAddress);
errorStr = Utils::String::VA("Fatal error (0x%08X) at 0x%08X.\n Copy exception address to clipboard?", ExceptionInfo->ExceptionRecord->ExceptionCode, ExceptionInfo->ExceptionRecord->ExceptionAddress);
}
//Exception::SuspendProcess();