mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Fixed: Wrong locale under Linux
--HG-- branch : develop
This commit is contained in:
parent
2eb1d7b293
commit
7ed352ca8c
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ NLMISC::CCmdArgs Args;
|
||||||
|
|
||||||
int main(sint32 argc, char **argv)
|
int main(sint32 argc, char **argv)
|
||||||
{
|
{
|
||||||
NLMISC::CApplicationContext applicationContext;
|
|
||||||
|
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
|
NLMISC::CApplicationContext applicationContext;
|
||||||
|
|
||||||
// parse command-line arguments
|
// parse command-line arguments
|
||||||
Args.setDescription("Ryzom Configuration");
|
Args.setDescription("Ryzom Configuration");
|
||||||
Args.addArg("p", "profile", "id", "Use this profile to determine what directory to use by default");
|
Args.addArg("p", "profile", "id", "Use this profile to determine what directory to use by default");
|
||||||
|
|
Loading…
Reference in a new issue