Adjust Startpage version info to new format
due to the changes from 0a659d9e74
This commit is contained in:
committed by
wwmayer
parent
b1123954a9
commit
4256a08f70
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user