Preferences/ConfigurationPages/HelpViewersPage.py

changeset 3186
a05eff845522
parent 3160
209a07d7e401
child 3187
e63c582ee4f5
--- a/Preferences/ConfigurationPages/HelpViewersPage.py	Tue Jan 07 18:08:40 2014 +0100
+++ b/Preferences/ConfigurationPages/HelpViewersPage.py	Wed Jan 08 19:07:23 2014 +0100
@@ -18,7 +18,7 @@
 
 import Preferences
 import Utilities
-
+import UI.PixmapCache
 
 class HelpViewersPage(ConfigurationPageBase, Ui_HelpViewersPage):
     """
@@ -32,6 +32,8 @@
         self.setupUi(self)
         self.setObjectName("HelpViewersPage")
         
+        self.customViewerButton.setIcon(UI.PixmapCache.getIcon("open.png"))
+        
         self.helpViewerGroup = QButtonGroup()
         self.helpViewerGroup.addButton(self.helpBrowserButton)
         self.helpViewerGroup.addButton(self.qtAssistantButton)

eric ide

mercurial