Adjust Startpage version info to new format

due to the changes from 9869a2c3d7
This commit is contained in:
Adrián Insaurralde Avalos
2022-12-23 21:48:55 -03:00
committed by wwmayer
parent c9b5cc20ec
commit 8b85903dff

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