From 69ef39748acbb6f7ab8c6565b0cd3e828dcff5cf Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 21 Feb 2015 11:36:43 +0100 Subject: [PATCH] Use a proper icon --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2be4043..36504de 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -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);