summaryrefslogtreecommitdiffstats
path: root/src/katemdi.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/katemdi.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/katemdi.cpp')
-rw-r--r--src/katemdi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/katemdi.cpp b/src/katemdi.cpp
index 961dd8e..6fa7781 100644
--- a/src/katemdi.cpp
+++ b/src/katemdi.cpp
@@ -400,7 +400,7 @@ bool Sidebar::eventFilter(TQObject *obj, TQEvent *ev)
p->insertTitle(SmallIcon("view_remove"), i18n("Behavior"), 50);
- p->insertItem(w->persistent ? SmallIconSet("window_nofullscreen") : SmallIconSet("window_fullscreen"), w->persistent ? i18n("Make Non-Persistent") : i18n("Make Persistent"), 10);
+ p->insertItem(w->persistent ? SmallIconSet("view-restore") : SmallIconSet("view-fullscreen"), w->persistent ? i18n("Make Non-Persistent") : i18n("Make Persistent"), 10);
p->insertTitle(SmallIcon("move"), i18n("Move To"), 51);