Skip to content

Commit

Permalink
revert previous change in main() for POSIX systems
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 12, 2017
1 parent 1a8d535 commit b9e8b4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Main/MainGui.cpp
Expand Up @@ -98,6 +98,9 @@ int main( int argc, char ** argv )
QFile::setEncodingFunction(myEncoderFunc);
QFile::setDecodingFunction(myDecoderFunc);
#endif
// See https://forum.freecadweb.org/viewtopic.php?f=18&t=20600
// See Gui::Application::runApplication()
putenv("LC_NUMERIC=C");
putenv("PYTHONPATH=");
#elif defined(FC_OS_MACOSX)
(void)QLocale::system();
Expand Down

0 comments on commit b9e8b4f

Please sign in to comment.