diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:47:49 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:47:49 -0500 |
commit | ed23a2a924aab44bb0a8eb786ba5c22ea6502ccf (patch) | |
tree | 88e7a5b5044ed83e34bc061d03bcd45f2365181f /src/rip | |
parent | 33696d15ef821e45f24287ad62ad552bcf2046dc (diff) | |
download | k3b-ed23a2a924aab44bb0a8eb786ba5c22ea6502ccf.tar.gz k3b-ed23a2a924aab44bb0a8eb786ba5c22ea6502ccf.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src/rip')
-rw-r--r-- | src/rip/k3bvideocdview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rip/k3bvideocdview.cpp b/src/rip/k3bvideocdview.cpp index 523b91f..52549e6 100644 --- a/src/rip/k3bvideocdview.cpp +++ b/src/rip/k3bvideocdview.cpp @@ -334,7 +334,7 @@ void K3bVideoCdView::initActions() TQT_SLOT( slotDeselect() ), actionCollection(), "deselect_track" ); - TDEAction* actionStartRip = new TDEAction( i18n( "Start Ripping" ), "run", 0, TQT_TQOBJECT(this), + TDEAction* actionStartRip = new TDEAction( i18n( "Start Ripping" ), "system-run", 0, TQT_TQOBJECT(this), TQT_SLOT( startRip() ), actionCollection(), "start_rip" ); // TODO: set the actions tooltips and whatsthis infos |