Adjust Startpage version info to new format

due to the changes from 0a659d9e74
This commit is contained in:
Adrián Insaurralde Avalos
2022-12-23 21:48:55 -03:00
committed by wwmayer
parent b1123954a9
commit 4256a08f70

View File

@@ -365,7 +365,7 @@ def handle():
# get FreeCAD version
v = FreeCAD.Version()
VERSIONSTRING = TranslationTexts.T_VERSION + " " + v[0] + "." + v[1] + " " + TranslationTexts.T_BUILD + " " + v[2]
VERSIONSTRING = TranslationTexts.T_VERSION + " " + v[0] + "." + v[1] + "." + v[2] +" " + TranslationTexts.T_BUILD + " " + v[3]
HTML = HTML.replace("VERSIONSTRING",VERSIONSTRING)
# translate texts