diff -r 9dfb5a421a56 -r 4773c9469880 WebBrowser/WebBrowserTabWidget.py --- a/WebBrowser/WebBrowserTabWidget.py Mon Dec 11 19:17:20 2017 +0100 +++ b/WebBrowser/WebBrowserTabWidget.py Mon Dec 11 19:27:20 2017 +0100 @@ -186,12 +186,12 @@ self.tr('Close All'), self.closeAllBrowsers) self.__tabContextMenu.addSeparator() if qVersionTuple() >= (5, 8, 0) or ( - not Globals.isWindowsPlatform() and qVersionTuple() < (5, 7, 0)): + not Globals.isWindowsPlatform() and qVersionTuple() < (5, 7, 0)): self.__tabContextMenu.addAction( UI.PixmapCache.getIcon("printPreview.png"), self.tr('Print Preview'), self.__tabContextMenuPrintPreview) if qVersionTuple() >= (5, 8, 0) or ( - not Globals.isWindowsPlatform() or qVersionTuple() >= (5, 7, 0)): + not Globals.isWindowsPlatform() or qVersionTuple() >= (5, 7, 0)): self.__tabContextMenu.addAction( UI.PixmapCache.getIcon("print.png"), self.tr('Print'), self.__tabContextMenuPrint)