summaryrefslogtreecommitdiffstats
path: root/umbrello
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:12 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:12 -0500
commit0d88361520831ef978d105d196053d5620c2ab4a (patch)
treedc986d92108dbd943736b7419edc038852791005 /umbrello
parent20b48737041967f146cf60c3d7903acb215b8c7a (diff)
downloadtdesdk-0d88361520831ef978d105d196053d5620c2ab4a.tar.gz
tdesdk-0d88361520831ef978d105d196053d5620c2ab4a.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 'umbrello')
-rw-r--r--umbrello/umbrello/uml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/uml.cpp b/umbrello/umbrello/uml.cpp
index 3f0d5a74..12caf6b0 100644
--- a/umbrello/umbrello/uml.cpp
+++ b/umbrello/umbrello/uml.cpp
@@ -286,7 +286,7 @@ void UMLApp::initActions() {
zoomAction = new KPlayerPopupSliderAction(i18n("&Zoom Slider"), "viewmag", Key_F9,
TQT_TQOBJECT(this), TQT_SLOT(slotZoomSliderMoved(int)),
actionCollection(), "popup_zoom");
- zoom100Action = new TDEAction(i18n( "Z&oom to 100%" ), "viewmag1", 0,
+ zoom100Action = new TDEAction(i18n( "Z&oom to 100%" ), "zoom-original", 0,
TQT_TQOBJECT(this), TQT_SLOT( slotZoom100() ), actionCollection(),
"zoom100");