ViewManager/ViewManager.py

changeset 1520
25d97c7ea897
parent 1509
c0b5e693b0eb
child 1546
240f55bb6e26
diff -r 16c718397dd7 -r 25d97c7ea897 ViewManager/ViewManager.py
--- a/ViewManager/ViewManager.py	Fri Dec 30 18:51:48 2011 +0100
+++ b/ViewManager/ViewManager.py	Sun Jan 01 16:45:41 2012 +0100
@@ -2742,7 +2742,8 @@
                             QApplication.translate('ViewManager', 'Zoom &in'),
                             QKeySequence(QApplication.translate('ViewManager',
                                 "Ctrl++", "View|Zoom in")),
-                            0,
+                            QKeySequence(QApplication.translate('ViewManager',
+                                "Zoom In", "View|Zoom in")),
                             self.viewActGrp, 'vm_view_zoom_in')
         self.zoomInAct.setStatusTip(QApplication.translate('ViewManager',
             'Zoom in on the text'))
@@ -2758,7 +2759,8 @@
                             QApplication.translate('ViewManager', 'Zoom &out'),
                             QKeySequence(QApplication.translate('ViewManager',
                                 "Ctrl+-", "View|Zoom out")),
-                            0,
+                            QKeySequence(QApplication.translate('ViewManager',
+                                "Zoom Out", "View|Zoom out")),
                             self.viewActGrp, 'vm_view_zoom_out')
         self.zoomOutAct.setStatusTip(QApplication.translate('ViewManager',
             'Zoom out on the text'))

eric ide

mercurial