diff options
Diffstat (limited to 'karm/mainwindow.cpp')
-rw-r--r-- | karm/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |