Hi:
Hi, I received a message (see below) complaining about using dots instead of commas in decimal numbers. What are the best solutions for this, from the gtk point of view?What happens is that in my French locale, the decimal >symbol is ',' not '.' ! Have a nice day, (and good luck with the bug).
This is the typical problem in engineering. you only puthis this method before gtk_main(); gtk_disable_setlocale (); Regards.