Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3656
441956d8fce5
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
39 UI.PixmapCache.getPixmap("greaseMonkey48.png")) 39 UI.PixmapCache.getPixmap("greaseMonkey48.png"))
40 40
41 self.__scriptFileName = script.fileName() 41 self.__scriptFileName = script.fileName()
42 42
43 self.setWindowTitle( 43 self.setWindowTitle(
44 self.trUtf8("Script Details of {0}").format(script.name())) 44 self.tr("Script Details of {0}").format(script.name()))
45 45
46 self.nameLabel.setText(script.fullName()) 46 self.nameLabel.setText(script.fullName())
47 self.versionLabel.setText(script.version()) 47 self.versionLabel.setText(script.version())
48 self.urlLabel.setText(script.downloadUrl().toString()) 48 self.urlLabel.setText(script.downloadUrl().toString())
49 if script.startAt() == GreaseMonkeyScript.DocumentStart: 49 if script.startAt() == GreaseMonkeyScript.DocumentStart:

eric ide

mercurial