From d06bb8b517afe956b59aed99122f80d3809498a0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:52:16 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- src/mainwindowshare.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindowshare.cpp') diff --git a/src/mainwindowshare.cpp b/src/mainwindowshare.cpp index a06dba14..619b3ab3 100644 --- a/src/mainwindowshare.cpp +++ b/src/mainwindowshare.cpp @@ -109,7 +109,7 @@ void MainWindowShare::createActions() TDEAction* action; - m_stopProcesses = new TDEToolBarPopupAction( i18n( "&Stop" ), "stop", + m_stopProcesses = new TDEToolBarPopupAction( i18n( "&Stop" ), "process-stop", Key_Escape, this, TQT_SLOT(slotStopButtonPressed()), m_pMainWnd->actionCollection(), "stop_processes" ); m_stopProcesses->setToolTip(i18n("Stop")); -- cgit v1.2.3