ViewManager/ViewManager.py

changeset 5956
7276a19ca07a
parent 5913
7ab2293917f8
child 6004
548a9ba8c970
child 6032
5f80be18bcd7
--- a/ViewManager/ViewManager.py	Fri Nov 03 12:31:08 2017 +0100
+++ b/ViewManager/ViewManager.py	Fri Nov 03 16:14:08 2017 +0100
@@ -1078,9 +1078,7 @@
             QCoreApplication.translate('ViewManager', 'Smart indent'),
             UI.PixmapCache.getIcon("editSmartIndent.png"),
             QCoreApplication.translate('ViewManager', 'Smart indent'),
-            QKeySequence(QCoreApplication.translate(
-                'ViewManager', "Ctrl+Alt+I", "Edit|Smart indent")),
-            0,
+            0, 0,
             self.editActGrp, 'vm_edit_smart_indent')
         self.smartIndentAct.setStatusTip(QCoreApplication.translate(
             'ViewManager', 'Smart indent Line or Selection'))

eric ide

mercurial