Project/SpellingPropertiesDialog.py

changeset 3186
a05eff845522
parent 3160
209a07d7e401
child 3190
a9a94491c4fd
--- a/Project/SpellingPropertiesDialog.py	Tue Jan 07 18:08:40 2014 +0100
+++ b/Project/SpellingPropertiesDialog.py	Wed Jan 08 19:07:23 2014 +0100
@@ -19,6 +19,7 @@
 
 import Utilities
 import Preferences
+import UI.PixmapCache
 
 
 class SpellingPropertiesDialog(QDialog, Ui_SpellingPropertiesDialog):
@@ -36,6 +37,9 @@
         super().__init__(parent)
         self.setupUi(self)
         
+        self.pwlButton.setIcon(UI.PixmapCache.getIcon("open.png"))
+        self.pelButton.setIcon(UI.PixmapCache.getIcon("open.png"))
+        
         self.project = project
         self.parent = parent
         

eric ide

mercurial