mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
-P value name also translated
This commit is contained in:
parent
a9134956db
commit
c7d8679b8e
|
@ -66,7 +66,7 @@ int main(int argc, char *argv[])
|
|||
parser.addHelpOption();
|
||||
parser.addVersionOption();
|
||||
parser.addPositionalArgument("uri", QObject::tr("Tox URI to parse"));
|
||||
parser.addOption(QCommandLineOption("P", QObject::tr("Starts new instance and loads specified profile."), "profile"));
|
||||
parser.addOption(QCommandLineOption("P", QObject::tr("Starts new instance and loads specified profile."), QObject::tr("profile")));
|
||||
parser.process(a);
|
||||
|
||||
Settings::getInstance(); // Build our Settings singleton as soon as QApplication is ready, not before
|
||||
|
|
Loading…
Reference in New Issue
Block a user