Use a proper icon
This commit is contained in:
parent
b3268539fc
commit
69ef39748a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue