diff --git a/src/GUI/MessageBox.cxx b/src/GUI/MessageBox.cxx index 882e2da75..7a21bb246 100644 --- a/src/GUI/MessageBox.cxx +++ b/src/GUI/MessageBox.cxx @@ -160,7 +160,7 @@ MessageBoxResult modalMessageBox(const std::string& caption, NewGUI* gui = globals->get_subsystem(); if (!gui || (fgGetBool("/sim/rendering/initialized", false) == false)) { - SG_LOG(SG_GENERAL, SG_ALERT, s); + SG_LOG(SG_GENERAL, SG_POPUP, s); } else { SGPropertyNode_ptr dlg = gui->getDialogProperties("popup"); dlg->setStringValue("text/label", s );