From 4c880fea09ef6c10a7590c25c8c90566176acc5c Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 11 Sep 2007 18:49:24 +0000 Subject: [PATCH] - Improved tooltip title style --- src/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 0e6fe22ed..dfe2d38bd 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -1177,7 +1177,7 @@ void GUI::checkConnectionStatus() { downloadingTorrentTab->updateRatio(); // update global informations if(systrayIntegration) { - QString html = "
"; + QString html = "
"; html += tr("qBittorrent"); html += "
"; html += "
";