34 """ |
34 """ |
35 super(GreaseMonkeyConfigurationScriptInfoDialog, self).__init__(parent) |
35 super(GreaseMonkeyConfigurationScriptInfoDialog, self).__init__(parent) |
36 self.setupUi(self) |
36 self.setupUi(self) |
37 |
37 |
38 self.iconLabel.setPixmap( |
38 self.iconLabel.setPixmap( |
39 UI.PixmapCache.getPixmap("greaseMonkey48.png")) |
39 UI.PixmapCache.getPixmap("greaseMonkey48")) |
40 |
40 |
41 self.__scriptFileName = script.fileName() |
41 self.__scriptFileName = script.fileName() |
42 |
42 |
43 self.setWindowTitle( |
43 self.setWindowTitle( |
44 self.tr("Script Details of {0}").format(script.name())) |
44 self.tr("Script Details of {0}").format(script.name())) |