Removed references to Lumberyard (#1645)

Signed-off-by: Terry Michaels <miterenc@amazon.com>
main
Terry Michaels 5 years ago committed by GitHub
parent a76a7291b5
commit 8fe33c9afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"));

@ -4094,7 +4094,7 @@ void CRenderViewport::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"));

@ -76,7 +76,7 @@ QString CFFMPEGPlugin::GetFFMPEGExectablePath()
// see what can be found!
QString ffmpegExectablePath;
QSettings settings("Amazon", "Lumberyard");
QSettings settings("O3DE", "O3DE");
settings.beginGroup("Settings");
ffmpegExectablePath = settings.value("FFMPEG_PLUGIN").toString();

Loading…
Cancel
Save