From 60857d3b8e5f51a8bbaea84fa1fc2f93210f3e1b Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 11 Jan 2016 00:19:21 +0800 Subject: [PATCH] Put links into table --- src/gui/about_imp.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/gui/about_imp.h b/src/gui/about_imp.h index f2ca6f72a..c5a8fce65 100644 --- a/src/gui/about_imp.h +++ b/src/gui/about_imp.h @@ -54,10 +54,12 @@ public: QString aboutText = QString( "

" "%1\n\n" - "%2\n\n\n" - "%3 http://www.qbittorrent.org\n" - "%4 http://forum.qbittorrent.org\n" - "%5 http://bugs.qbittorrent.org" + "%2\n\n" + "" + "" + "" + "" + "
%3http://www.qbittorrent.org
%4http://forum.qbittorrent.org
%5http://bugs.qbittorrent.org
" "

") .arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.")) .arg(tr("Copyright %1 2006-2016 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)))