diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:58 -0500 |
commit | 965d0b09cf8c761c2027dc9412e5ffb4f47546ff (patch) | |
tree | f6feab031dbacec6ccee932ba3160f6247839aeb /karm/mainwindow.cpp | |
parent | 7c7b317942da0a203cfd000ab53cd0f2891316de (diff) | |
download | tdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.tar.gz tdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.zip |
Bring stop, lock, exit, and run icons into XDG compliance
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"); |