Set qt locale to 'C'

Former-commit-id: d2c0b2ea61c8444169a8d8635adf7af5d3b5c67b
This commit is contained in:
johan
2014-01-28 22:27:02 +01:00
parent 6864ef6e43
commit ba73fbd470
4 changed files with 12 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ void saveScreenshot(void *, const Image<ColorRgb> & image)
int main(int argc, char** argv)
{
// force the locale
setlocale(LC_ALL, "C");
try