Fixed: Wrong locale under Linux
This commit is contained in:
parent
5f53c6caa6
commit
1b0280b96f
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue