src/eric7/Plugins/PluginWizardDotDesktop.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
equal deleted inserted replaced
9572:3b46c662a004 9573:9960d19d66b5
23 version = Info.VersionOnly 23 version = Info.VersionOnly
24 className = "DotDesktopWizard" 24 className = "DotDesktopWizard"
25 packageName = "__core__" 25 packageName = "__core__"
26 shortDescription = "Wizard for the creation of a .desktop file." 26 shortDescription = "Wizard for the creation of a .desktop file."
27 longDescription = ( 27 longDescription = (
28 """This plug-in implements a wizard to generate code for""" """ a .desktop file.""" 28 """This plug-in implements a wizard to generate code for a .desktop file."""
29 ) 29 )
30 needsRestart = False 30 needsRestart = False
31 pyqtApi = 2 31 pyqtApi = 2
32 # End-of-Header 32 # End-of-Header
33 33

eric ide

mercurial