Tweak the phrasing of crash dialog to better explain what happened

* In particular make it clear that crashes caught in the injected program may or
  may not be a RenderDoc bug. Even if we could point the finger to a particular
  DLL we can't necessarily tie that DLL to the responsibility of either us or
  the application.
This commit is contained in:
baldurk
2019-09-17 11:43:01 +01:00
parent 6cee53a36d
commit 3005172aa5
2 changed files with 30 additions and 4 deletions
+1
View File
@@ -2701,6 +2701,7 @@ void MainWindow::on_action_Send_Error_Report_triggered()
json[lit("version")] = lit(FULL_VERSION_STRING);
json[lit("gitcommit")] = QString::fromLatin1(RENDERDOC_GetCommitHash());
json[lit("replaycrash")] = 1;
json[lit("manual")] = 1;
json[lit("report")] = (QString)report;
CrashDialog crash(m_Ctx.Config(), json, this);