WebBrowser/WebBrowserWindow.py

branch
QtWebEngine
changeset 4807
5c87ef12aa6d
parent 4806
5c0745cb26ea
child 4810
f68d0446609e
--- a/WebBrowser/WebBrowserWindow.py	Sat Mar 05 16:44:41 2016 +0100
+++ b/WebBrowser/WebBrowserWindow.py	Sat Mar 05 17:02:57 2016 +0100
@@ -1723,8 +1723,8 @@
         self.forwardAct.setEnabled(False)
         
         # now read the keyboard shortcuts for the actions
-        # TODO: shortcuts: change this to webBrowser
-        Shortcuts.readShortcuts(helpViewer=self)
+        Shortcuts.readShortcuts(
+            helpViewer=self, helpViewerCategory="webBrowser")
     
     def getActions(self):
         """

eric ide

mercurial