diff --git a/Changelog b/Changelog index a6e9ef9f2..9de698be0 100644 --- a/Changelog +++ b/Changelog @@ -5,6 +5,7 @@ - FEATURE: Allow user to change qBT's style (Plastique, Cleanlooks, Motif, CDE, MacOSX, WinXP) - COSMETIC: Redesigned torrent properties a little - COSMETIC: Redesigned options a little + - COSMETIC: Display more logs messages concerning features * Unknown - Christophe Dumez - v0.9.0 - FEATURE: Based on libtorrent v0.12 diff --git a/src/GUI.cpp b/src/GUI.cpp index 0df8f59c8..b2064aae6 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -167,7 +167,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){ // RSS tab rssWidget = new RSSImp(); tabs->addTab(rssWidget, tr("RSS")); - tabs->setTabIcon(2, QIcon(QString::fromUtf8(":/Icons/skin/search.png"))); + tabs->setTabIcon(2, QIcon(QString::fromUtf8(":/Icons/rss.png"))); // Start download list refresher refresher = new QTimer(this); connect(refresher, SIGNAL(timeout()), this, SLOT(updateDlList())); diff --git a/src/Icons/rss.png b/src/Icons/rss.png new file mode 100644 index 000000000..f09e2a152 Binary files /dev/null and b/src/Icons/rss.png differ diff --git a/src/icons.qrc b/src/icons.qrc index 87ae1b087..12fbfc554 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -20,6 +20,7 @@ Icons/splash.jpg Icons/home.png Icons/uparrow.png + Icons/rss.png Icons/downarrow.png Icons/connection.png Icons/flags/portugal.png diff --git a/src/src.pro b/src/src.pro index 29139b229..29b3e3c05 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,7 +11,7 @@ TARGET = qbittorrent CONFIG += qt thread x11 network # Update this VERSION for each release -DEFINES += VERSION=\\\"v0.10.0alpha4\\\" +DEFINES += VERSION=\\\"v0.10.0alpha5\\\" DEFINES += VERSION_MAJOR=0 DEFINES += VERSION_MINOR=10 DEFINES += VERSION_BUGFIX=0