Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3484
645c12de6b0c
equal deleted inserted replaced
3189:9a21c547de5f 3190:a9a94491c4fd
37 UI.PixmapCache.getPixmap("greaseMonkey48.png")) 37 UI.PixmapCache.getPixmap("greaseMonkey48.png"))
38 38
39 self.__scriptFileName = script.fileName() 39 self.__scriptFileName = script.fileName()
40 40
41 self.setWindowTitle( 41 self.setWindowTitle(
42 self.trUtf8("Script Details of {0}").format(script.name())) 42 self.tr("Script Details of {0}").format(script.name()))
43 43
44 self.nameLabel.setText(script.fullName()) 44 self.nameLabel.setText(script.fullName())
45 self.versionLabel.setText(script.version()) 45 self.versionLabel.setText(script.version())
46 self.urlLabel.setText(script.downloadUrl().toString()) 46 self.urlLabel.setText(script.downloadUrl().toString())
47 if script.startAt() == GreaseMonkeyScript.DocumentStart: 47 if script.startAt() == GreaseMonkeyScript.DocumentStart:

eric ide

mercurial