aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/plugin_interface/actionhandler.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2016-10-26 00:07:34 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2016-10-25 22:12:05 +0000
commit2428135319128e75c35f0e7b37605ea6227c7a5e (patch)
treedb9d9d04c7b5a41791068bc20c0c8d314d4353ff /src/plugins/scxmleditor/plugin_interface/actionhandler.cpp
parentd466dc916a9194efd8d19e4cf48196c2224a1c36 (diff)
ImageViewer, ScxmlEditor: Use the new "Fit to view" iconv4.2.0-beta1
Change-Id: I4261e2a91b2c2b310b571ac2657998dcc0756be6 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor/plugin_interface/actionhandler.cpp')
-rw-r--r--src/plugins/scxmleditor/plugin_interface/actionhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/plugin_interface/actionhandler.cpp b/src/plugins/scxmleditor/plugin_interface/actionhandler.cpp
index 026e442557..9a2ff761c2 100644
--- a/src/plugins/scxmleditor/plugin_interface/actionhandler.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/actionhandler.cpp
@@ -46,7 +46,7 @@ ActionHandler::ActionHandler(QObject *parent)
} actionInfos[] = {
{ Utils::Icons::ZOOMIN_TOOLBAR, AH::tr("Zoom In"), AH::tr("Zoom In (Ctrl + + / Ctrl + Wheel)"), "Ctrl++", false },
{ Utils::Icons::ZOOMOUT_TOOLBAR, AH::tr("Zoom Out"), AH::tr("Zoom Out (Ctrl + - / Ctrl + Wheel)"), "Ctrl+-", false },
- { Utils::Icon(":/scxmleditor/images/icon-fit-screen.png"), AH::tr("Fit to View"), AH::tr("Fit to View (F11)"), "F11", false },
+ { Utils::Icons::FITTOVIEW_TOOLBAR, AH::tr("Fit to View"), AH::tr("Fit to View (F11)"), "F11", false },
{ Utils::Icon(":/scxmleditor/images/icon-pan.png"), AH::tr("Panning"), AH::tr("Panning (Shift)"), "Shift", true },
{ Utils::Icons::ZOOM_TOOLBAR, AH::tr("Magnifier"), AH::tr("Magnifier Tool (Alt)"), "Alt", true },