diff --git a/src/crashreporter/main.cpp b/src/crashreporter/main.cpp index 304446866..3afdda8dd 100644 --- a/src/crashreporter/main.cpp +++ b/src/crashreporter/main.cpp @@ -174,7 +174,7 @@ int main( int argc, char* argv[] ) reporter.setLogo( QPixmap( CRASHREPORTER_ICON ) ); #endif reporter.setWindowTitle( CRASHREPORTER_PRODUCT_NAME ); - reporter.setText("
Sorry! " CRASHREPORTER_PRODUCT_NAME " crashed. Please tell us about it! " CRASHREPORTER_PRODUCT_NAME " has created an error report for you that can help improve the stability in the future. You can now send this report directly to the " CRASHREPORTER_PRODUCT_NAME " developers.
"); + reporter.setText("Sorry! " CRASHREPORTER_PRODUCT_NAME " crashed. Please tell us about it! " CRASHREPORTER_PRODUCT_NAME " has created an error report for you that can help improve the stability in the future. You can now send this report directly to the " CRASHREPORTER_PRODUCT_NAME " developers.
Can you tell us what you were doing when this happened?
"); reporter.setReportData( "BuildID", CRASHREPORTER_BUILD_ID ); reporter.setReportData( "ProductName", CRASHREPORTER_PRODUCT_NAME ); diff --git a/thirdparty/libcrashreporter-qt b/thirdparty/libcrashreporter-qt index df0a34381..0287c3358 160000 --- a/thirdparty/libcrashreporter-qt +++ b/thirdparty/libcrashreporter-qt @@ -1 +1 @@ -Subproject commit df0a34381526d2358cb85d91dcbb79c33db15041 +Subproject commit 0287c3358a199201f3e8f34a11efc9b2313572a0