diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:51:45 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:51:45 -0500 |
commit | 8c226149dddfaa79c9420eddb80c583212f82dcb (patch) | |
tree | 0f98da632966c8f0954397c40bcee0d970f7b32f /kpf | |
parent | d6059b36dfbc51c2207c22a7f949cf9150bc83e9 (diff) | |
download | tdenetwork-8c226149dddfaa79c9420eddb80c583212f82dcb.tar.gz tdenetwork-8c226149dddfaa79c9420eddb80c583212f82dcb.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kpf')
-rw-r--r-- | kpf/src/ActiveMonitorWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/src/ActiveMonitorWindow.cpp b/kpf/src/ActiveMonitorWindow.cpp index 7695de80..b23af9bc 100644 --- a/kpf/src/ActiveMonitorWindow.cpp +++ b/kpf/src/ActiveMonitorWindow.cpp @@ -49,7 +49,7 @@ namespace KPF new TDEAction ( i18n("&Cancel Selected Transfers"), - "stop", + "process-stop", 0, TQT_TQOBJECT(monitor_), TQT_SLOT(slotKillSelected()), |