--- a/Plugins/PluginWizardQFontDialog.py Fri Nov 11 18:41:16 2016 +0100 +++ b/Plugins/PluginWizardQFontDialog.py Sat Nov 12 17:28:22 2016 +0100 @@ -16,12 +16,14 @@ from E5Gui.E5Action import E5Action from E5Gui import E5MessageBox +import UI.Info + # Start-Of-Header name = "QFontDialog Wizard Plugin" author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.2.0" +version = UI.Info.VersionOnly className = "FontDialogWizard" packageName = "__core__" shortDescription = "Show the QFontDialog wizard."