From 965d0b09cf8c761c2027dc9412e5ffb4f47546ff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:51:58 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- karm/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'karm/mainwindow.cpp') diff --git a/karm/mainwindow.cpp b/karm/mainwindow.cpp index c9c2ef6a2..cbd122c67 100644 --- a/karm/mainwindow.cpp +++ b/karm/mainwindow.cpp @@ -277,7 +277,7 @@ void MainWindow::makeMenus() TQT_SLOT( startCurrentTimer() ), actionCollection(), "start"); actionStop = new TDEAction( i18n("S&top"), - TQString::fromLatin1("stop"), Key_S, + TQString::fromLatin1("process-stop"), Key_S, TQT_TQOBJECT(_taskView), TQT_SLOT( stopCurrentTimer() ), actionCollection(), "stop"); -- cgit v1.2.1