Am Freitag 26 Juli 2013, 20:53:44 schrieb Enrico Forestieri: > commit 92863de517bfa12d36a308bb332700a29565424f > Author: Enrico Forestieri <[email protected]> > Date: Fri Jul 26 20:52:44 2013 +0200 > > Fix Qt5 decimal separator bug > > Always use '.' as the decimal separator in the GUI, because we > call setlocale(LC_NUMERIC, "C") in setLocale() (GuiApplication.cpp).
This fix is wrong, it breaks localization support. In the German GUI, the decimal separator must be a comma, and it is now a dot. Jürgen
