summaryrefslogtreecommitdiff
path: root/src/selfupdater.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-02-22 19:22:12 +0100
committerTannin <devnull@localhost>2014-02-22 19:22:12 +0100
commit35fcf1c25b19b612771a2bc874df7631695e1457 (patch)
tree4ffc726ffef793a7764d4440e2151b2db2e85bb2 /src/selfupdater.cpp
parentbed3c08a6dd59332edff8f67c4423e56b39a9a09 (diff)
- made the indicator for drag&drop more visible
- message boxes can now be made to not (re-)activate the window - executable names for starting from the command line are now case-insensitive
Diffstat (limited to 'src/selfupdater.cpp')
-rw-r--r--src/selfupdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp
index 3a0db83f..14df8566 100644
--- a/src/selfupdater.cpp
+++ b/src/selfupdater.cpp
@@ -437,7 +437,7 @@ void SelfUpdater::nxmRequestFailed(int, int, QVariant, int requestID, const QStr
--m_Attempts;
} else {
qWarning("Failed to retrieve update information: %s", qPrintable(errorMessage));
- MessageDialog::showMessage(tr("Failed to retrieve update information: %1").arg(errorMessage), m_Parent);
+ MessageDialog::showMessage(tr("Failed to retrieve update information: %1").arg(errorMessage), m_Parent, false);
}
}
}