xfce-winxp-tc
xfce-winxp-tc copied to clipboard
winver is missing thousands separator on RAM display
Currently winver just displays the RAM as a basic number. In Windows it has thousands separators - needs to be localised as well.
Unfortunately it seems we can't use the printf formatting for this because it's not standards compliant. Will need to write a function to format a number in this way, an API in libwintc-shllang
will do.