Updated branding for application names (#1617)
This commit is contained in:
@@ -549,7 +549,7 @@ public:
|
||||
QCommandLineParser parser;
|
||||
parser.addHelpOption();
|
||||
parser.setSingleDashWordOptionMode(QCommandLineParser::ParseAsLongOptions);
|
||||
parser.setApplicationDescription(QObject::tr("Open 3D Engine"));
|
||||
parser.setApplicationDescription(QObject::tr("O3DE Editor"));
|
||||
// nsDocumentRevisionDebugMode is an argument that the macOS system passed into an App bundle that is being debugged.
|
||||
// Need to include it here so that Qt argument parser does not error out.
|
||||
bool nsDocumentRevisionsDebugMode = false;
|
||||
|
||||
Reference in New Issue
Block a user