Removed references to Lumberyard (#1645)

Signed-off-by: Terry Michaels <miterenc@amazon.com>
This commit is contained in:
Terry Michaels
2021-06-29 11:06:15 -05:00
committed by GitHub
parent a76a7291b5
commit 8fe33c9afc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2839,7 +2839,7 @@ void EditorViewportWidget::RestoreViewportAfterGameMode()
if (restoreOnExitGameModePopupDisabledRegValue.isNull())
{
// No, ask them now
QMessageBox messageBox(QMessageBox::Question, "Lumberyard", text, QMessageBox::StandardButtons(QMessageBox::No | QMessageBox::Yes), this);
QMessageBox messageBox(QMessageBox::Question, "O3DE", text, QMessageBox::StandardButtons(QMessageBox::No | QMessageBox::Yes), this);
messageBox.setDefaultButton(QMessageBox::Yes);
QCheckBox* checkBox = new QCheckBox(QStringLiteral("Do not show this message again"));