diff --git a/src/gui/about_imp.h b/src/gui/about_imp.h index babd17976..f3b3e7584 100644 --- a/src/gui/about_imp.h +++ b/src/gui/about_imp.h @@ -54,7 +54,7 @@ class about : public QDialog, private Ui::AboutDlg{ QString::fromUtf8("
") +
tr("An advanced BitTorrent client programmed in
") +
- trUtf8("Copyright %1 2006-2015 The qBittorrent project").arg(C_COPYRIGHT) +
+ trUtf8("Copyright %1 2006-2015 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)) +
QString::fromUtf8("
") +
tr("Home Page: ") +
QString::fromUtf8("http://www.qbittorrent.org
") +