mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:37:31 +02:00
Review fixes
This commit is contained in:
parent
de706ab458
commit
b2960d5a19
1 changed files with 5 additions and 5 deletions
|
@ -89,7 +89,7 @@ bool CrashRecoveryHandler::checkForResetSettings(bool wasLikelyCrash, bool suppr
|
||||||
bool CrashRecoveryHandler::suggestCrashReporting() {
|
bool CrashRecoveryHandler::suggestCrashReporting() {
|
||||||
QDialog crashDialog;
|
QDialog crashDialog;
|
||||||
|
|
||||||
crashDialog.setWindowTitle("You are running an experimental version of Overte");
|
crashDialog.setWindowTitle("Overte");
|
||||||
|
|
||||||
QVBoxLayout* layout = new QVBoxLayout;
|
QVBoxLayout* layout = new QVBoxLayout;
|
||||||
|
|
||||||
|
@ -129,8 +129,8 @@ bool CrashRecoveryHandler::suggestCrashReporting() {
|
||||||
|
|
||||||
QLabel* explainLabel = new QLabel(explainText);
|
QLabel* explainLabel = new QLabel(explainText);
|
||||||
|
|
||||||
QLabel* crashReportLabel = new QLabel("Reports can only be seen by members of the Overte e.V. organization and\n"
|
QLabel* crashReportLabel = new QLabel("Reports can only be seen by developers trusted by the Overte e.V.\n"
|
||||||
"trusted developers, and will only be used for improving the code.");
|
"organization, and will only be used for improving the code.");
|
||||||
|
|
||||||
QCheckBox* crashReportCheckbox = new QCheckBox("Enable automatic crash reporting");
|
QCheckBox* crashReportCheckbox = new QCheckBox("Enable automatic crash reporting");
|
||||||
|
|
||||||
|
@ -181,8 +181,8 @@ CrashRecoveryHandler::Action CrashRecoveryHandler::promptUserForAction(bool show
|
||||||
|
|
||||||
if (ual.isCrashMonitorStarted()) {
|
if (ual.isCrashMonitorStarted()) {
|
||||||
crashReportLabel = new QLabel("To help us with debugging, you can enable automatic crash reports.\n"
|
crashReportLabel = new QLabel("To help us with debugging, you can enable automatic crash reports.\n"
|
||||||
"They'll only be seen by members of the Overte e.V. organization and\n"
|
"They'll only be seen by developers trusted by the Overte e.V. organization,\n"
|
||||||
"trusted developers, and will only be used for improving the code.");
|
"and will only be used for improving the code.");
|
||||||
} else {
|
} else {
|
||||||
crashReportLabel = new QLabel("Unfortunately, crash reporting isn't built into this release.");
|
crashReportLabel = new QLabel("Unfortunately, crash reporting isn't built into this release.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue