Done Cosmetic suggestion on displaying version number

Mar 8, 2010
2
0
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:
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.
 

Similar threads