summaryrefslogtreecommitdiffstats
path: root/src/textview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:09:59 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:09:59 -0500
commit00da9ebca8135c28f7a44cf6196ba010de8c7ad4 (patch)
treee886c97703592750e5b66b4253ceade63d16dd69 /src/textview.cpp
parent6d38be9a1a5511db932fa3c430a7840603c3feda (diff)
downloadktechlab-00da9ebca8135c28f7a44cf6196ba010de8c7ad4.tar.gz
ktechlab-00da9ebca8135c28f7a44cf6196ba010de8c7ad4.zip
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
Diffstat (limited to 'src/textview.cpp')
-rw-r--r--src/textview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textview.cpp b/src/textview.cpp
index 396382f..f763c23 100644
--- a/src/textview.cpp
+++ b/src/textview.cpp
@@ -73,7 +73,7 @@ TextView::TextView( TextDocument * textDocument, ViewContainer *viewContainer, u
//BEGIN Debug Actions
new TDEAction( i18n("Set &Breakpoint"), 0, 0, TQT_TQOBJECT(this), TQT_SLOT(toggleBreakpoint()), ac, "debug_toggle_breakpoint" );
new TDEAction( i18n("Run"), "dbgrun", 0, textDocument, TQT_SLOT(debugRun()), ac, "debug_run" );
- new TDEAction( i18n("Interrupt"), "player_pause", 0, textDocument, TQT_SLOT(debugInterrupt()), ac, "debug_interrupt" );
+ new TDEAction( i18n("Interrupt"), "media-playback-pause", 0, textDocument, TQT_SLOT(debugInterrupt()), ac, "debug_interrupt" );
new TDEAction( i18n("Stop"), "process-stop", 0, textDocument, TQT_SLOT(debugStop()), ac, "debug_stop" );
new TDEAction( i18n("Step"), "dbgstep", TQt::CTRL|TQt::ALT|TQt::Key_Right, textDocument, TQT_SLOT(debugStep()), ac, "debug_step" );
new TDEAction( i18n("Step Over"), "dbgnext", 0, textDocument, TQT_SLOT(debugStepOver()), ac, "debug_step_over" );