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 |