Git commit cf35da1bce918f47bdcbb2d1a984e1398ac66236 by Jan Kundr?t. Committed on 29/11/2012 at 16:00. Pushed by jkt into branch 'master'.
GUI: at least mention that other people are involved in Trojit? as well This is far from a perfect fix, but I simply wasn't able to make QMessageBox recognize <a> elements -- they are "recognized" and redered properly, but they do not react to mouse clicks even after following vairous advices [1] [2]. [1] http://www.qtcentre.org/threads/17365-Clickable-URL-in-QMessageBox [2] http://stackoverflow.com/questions/10028608/qmessagebox-with-link-inside-unable-to-click M +1 -1 src/Gui/Window.cpp http://commits.kde.org/trojita/cf35da1bce918f47bdcbb2d1a984e1398ac66236 diff --git a/src/Gui/Window.cpp b/src/Gui/Window.cpp index 77a9a03..723a47c 100644 --- a/src/Gui/Window.cpp +++ b/src/Gui/Window.cpp @@ -1218,7 +1218,7 @@ void MainWindow::slotShowAboutTrojita() { QMessageBox::about(this, trUtf8("About Trojit?"), trUtf8("<p>This is <b>Trojit?</b>, a fast Qt IMAP e-mail client</p>" - "<p>Copyright © 2006-2012 Jan Kundr?t <jkt at flaska.net></p>" + "<p>Copyright © 2006-2012 Jan Kundr?t <jkt at flaska.net> and others</p>" "<p>More information at http://trojita.flaska.net/</p>" "<p>You are using version %1.</p>").arg( QApplication::applicationVersion()));
