X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=7d22ac6f89f1fc486cfdf794fa8b26bbf17b4724;hp=ab47a30ef611fb640ce99623f93e68cb9b251750;hb=5931bed270b86e110480561a2bf665dc59747280;hpb=65d88a7f8c37e549a259aba85c52b7916b89a17d diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index ab47a30e..7d22ac6f 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -652,7 +652,7 @@ void MainWin::sendDesktopNotification(const QString &title, const QString &messa notificationId, // ID of previous notification to replace "", // Icon to display title, // Summary / Header of the message to display - QString("%1: %2:\n%2").arg(QTime::currentTime().toString()).arg(title).arg(message), // Body of the message to display + QString("%1: %2:\n%3").arg(QTime::currentTime().toString()).arg(title).arg(message), // Body of the message to display actions, // Actions from which the user may choose hints, // Hints to the server displaying the message uiSettings.value("NotificationDesktopTimeout", QVariant(5000)).toInt() // Timeout in milliseconds