Fixed: Wrong locale under Linux

--HG--
branch : develop
This commit is contained in:
kervala 2016-03-29 13:58:57 +02:00
parent 2eb1d7b293
commit 7ed352ca8c

View file

@ -41,10 +41,10 @@ NLMISC::CCmdArgs Args;
int main(sint32 argc, char **argv)
{
NLMISC::CApplicationContext applicationContext;
QApplication app(argc, argv);
NLMISC::CApplicationContext applicationContext;
// parse command-line arguments
Args.setDescription("Ryzom Configuration");
Args.addArg("p", "profile", "id", "Use this profile to determine what directory to use by default");