mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Tweak crash message
This commit is contained in:
parent
4f22b45971
commit
702dfdab5d
@ -26,7 +26,7 @@ QgsCrashDialog::QgsCrashDialog( QWidget *parent )
|
||||
setupUi( this );
|
||||
setWindowTitle( tr( "Oh Uh!" ) );
|
||||
|
||||
mCrashHeaderMessage->setText( tr( "uh oh!" ) );
|
||||
mCrashHeaderMessage->setText( tr( ":( QGIS Crashed" ) );
|
||||
mCrashMessage->setText( tr( "Sorry. It looks something unexpected happened that we didn't handle and QGIS crashed." ) );
|
||||
connect( mReloadQGISButton, &QPushButton::clicked, this, &QgsCrashDialog::reloadQGIS );
|
||||
connect( mCopyReportButton, &QPushButton::clicked, this, &QgsCrashDialog::createBugReport );
|
||||
|
Loading…
x
Reference in New Issue
Block a user