From e4da373e49c1f6fd31115f8e23465227ca4308b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:15:57 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- tdeprint/kprintdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeprint/kprintdialog.cpp') diff --git a/tdeprint/kprintdialog.cpp b/tdeprint/kprintdialog.cpp index afe775c57..f63dfd11b 100644 --- a/tdeprint/kprintdialog.cpp +++ b/tdeprint/kprintdialog.cpp @@ -870,7 +870,7 @@ void KPrintDialog::expandDialog(bool on) if (d->b_systemEnabled) d->m_plugin->show(); } - d->m_extbtn->setIconSet(SmallIconSet("up")); + d->m_extbtn->setIconSet(SmallIconSet("go-up")); d->m_extbtn->setText(i18n("&Options <<")); d->m_reduced = false; } @@ -883,7 +883,7 @@ void KPrintDialog::expandDialog(bool on) if (d->b_systemEnabled) d->m_plugin->hide(); } - d->m_extbtn->setIconSet(SmallIconSet("down")); + d->m_extbtn->setIconSet(SmallIconSet("go-down")); d->m_extbtn->setText(i18n("&Options >>")); d->m_reduced = true; } -- cgit v1.2.1