From ccf9305673afee3d8e24727cf193f1716022eed6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 Oct 2014 21:45:19 -0500 Subject: Bring previous and next icons into XDG compliance --- ksmserver/shutdowndlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksmserver/shutdowndlg.cpp') 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(); -- cgit v1.2.1