Added an icon to the web browser context menu and added the forgotten icons.

Sun, 29 Jan 2012 18:39:10 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Jan 2012 18:39:10 +0100
changeset 1587
714a3627a089
parent 1586
b3e34806b734
child 1588
dccffd13be8d

Added an icon to the web browser context menu and added the forgotten icons.

Helpviewer/HelpBrowserWV.py file | annotate | diff | comparison | revisions
icons/default/adBlockPlus.png file | annotate | diff | comparison | revisions
icons/default/mailSend.png file | annotate | diff | comparison | revisions
icons/default/translate.png file | annotate | diff | comparison | revisions
icons/default/webInspector.png file | annotate | diff | comparison | revisions
--- a/Helpviewer/HelpBrowserWV.py	Sun Jan 29 17:59:34 2012 +0100
+++ b/Helpviewer/HelpBrowserWV.py	Sun Jan 29 18:39:10 2012 +0100
@@ -983,7 +983,8 @@
                                self.__addSearchEngine).setData(element)
                 menu.addSeparator()
         
-        menu.addAction(self.trUtf8("Web Inspector..."), self.__webInspector)
+        menu.addAction(UI.PixmapCache.getIcon("webInspector.png"),
+            self.trUtf8("Web Inspector..."), self.__webInspector)
         
         menu.exec_(evt.globalPos())
     
Binary file icons/default/adBlockPlus.png has changed
Binary file icons/default/mailSend.png has changed
Binary file icons/default/translate.png has changed
Binary file icons/default/webInspector.png has changed

eric ide

mercurial