Helpviewer/AdBlock/AdBlockExceptionsDialog.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3484
645c12de6b0c
equal deleted inserted replaced
3189:9a21c547de5f 3190:a9a94491c4fd
29 self.setupUi(self) 29 self.setupUi(self)
30 30
31 self.iconLabel.setPixmap( 31 self.iconLabel.setPixmap(
32 UI.PixmapCache.getPixmap("adBlockPlusGreen48.png")) 32 UI.PixmapCache.getPixmap("adBlockPlusGreen48.png"))
33 33
34 self.hostEdit.setInactiveText(self.trUtf8("Enter host to be added...")) 34 self.hostEdit.setInactiveText(self.tr("Enter host to be added..."))
35 35
36 self.buttonBox.setFocus() 36 self.buttonBox.setFocus()
37 37
38 def load(self, hosts): 38 def load(self, hosts):
39 """ 39 """

eric ide

mercurial