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);