summaryrefslogtreecommitdiffstats
path: root/ksmserver
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 21:45:19 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 21:45:19 -0500
commitccf9305673afee3d8e24727cf193f1716022eed6 (patch)
treedd3f5d6cee1c1a0d5133ed199e29d8dbbc84dfa3 /ksmserver
parent19eeb7315f0e5fbeb76d673741dac7b69cb18bd8 (diff)
downloadtdebase-ccf9305673afee3d8e24727cf193f1716022eed6.tar.gz
tdebase-ccf9305673afee3d8e24727cf193f1716022eed6.zip
Bring previous and next icons into XDG compliance
Diffstat (limited to 'ksmserver')
-rw-r--r--ksmserver/shutdowndlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/shutdowndlg.cpp b/ksmserver/shutdowndlg.cpp
index f4b1ca86c..eda513355 100644
--- a/ksmserver/shutdowndlg.cpp
+++ b/ksmserver/shutdowndlg.cpp
@@ -1351,7 +1351,7 @@ KSMDelayedMessageBox::KSMDelayedMessageBox( TDEApplication::ShutdownType sdtype,
m_title->setText( i18n( "Would you like to end your current session?" ) );
m_template = i18n( "This session will end\n"
"after %1 seconds automatically." );
- m_logo->setPixmap( BarIcon( "previous", 48 ) );
+ m_logo->setPixmap( BarIcon( "go-previous", 48 ) );
}
updateText();