Hi, there!
There is one issue related to the way TCC displays version number. When decimal symbol is set to comma in Windows regional options, TCC displays its version number like this:
Modifying decimal symbol in option dialog corrects the situation slightly:
But the period is solely used to separate major.minor.build number, worldwide as I think.
There is one issue related to the way TCC displays version number. When decimal symbol is set to comma in Windows regional options, TCC displays its version number like this:
Code:
TCC LE 10,00,78 Windows XP [Version 5,1,2600]
Modifying decimal symbol in option dialog corrects the situation slightly:
Code:
TCC LE 10,00,78 Windows XP [Version 5,1.2600]
But the period is solely used to separate major.minor.build number, worldwide as I think.