]> git.lyx.org Git - features.git/commit
Make sure numeric conversions are not locale dependent
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 3 Jun 2013 15:58:06 +0000 (17:58 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 3 Jun 2013 15:58:06 +0000 (17:58 +0200)
commit9a6c402a82df0e57839b5c9eed094f2faf216e83
tree119adfa90fda855fcf7ff09708f8ff4a7ef10b3d
parentd20956594bf7a56c57d85750a4b8c8c79a656dc9
Make sure numeric conversions are not locale dependent

In [19024f72\lyxgit] this line was removed. Later this caused that floats were converted to strings using ','s instead of '.'s. Readding this line fixes this.
src/frontends/qt4/GuiApplication.cpp