Use a proper icon

This commit is contained in:
Luca Beltrame 2015-02-21 11:36:43 +01:00
parent b3268539fc
commit 69ef39748a

View file

@ -267,7 +267,7 @@ void DanbooruMainWindow::setupActions()
i18n("Search"), this);
KToggleAction *poolAction = new KToggleAction(QIcon::fromTheme(QLatin1String("image-x-generic")),
i18n("Pools"), this);
QAction* nextPageAction = new QAction(QIcon::fromTheme(QLatin1String("download")),
QAction* nextPageAction = new QAction(QIcon::fromTheme(QLatin1String("go-next")),
i18n("More posts"), this);
KDualAction* tagAction = new KDualAction(i18n("Show tags"), i18n("Hide tags"), this);