diff --git a/src/gui/plugins/spawn/Spawn.cc b/src/gui/plugins/spawn/Spawn.cc index 01e10ede20..fc01427d2c 100644 --- a/src/gui/plugins/spawn/Spawn.cc +++ b/src/gui/plugins/spawn/Spawn.cc @@ -582,7 +582,8 @@ void Spawn::OnDropped(const gz::gui::events::DropOnScene *_event) if (!common::MeshManager::Instance()->IsValidFilename(dropStr)) { QString errTxt = QString::fromStdString("Invalid URI: " + dropStr + - "\nOnly Fuel URLs or mesh file types DAE, OBJ, and STL are supported."); + "\nOnly Fuel URLs or mesh file types DAE, FBX, GLTF, OBJ, and STL are " + + "supported."); this->SetErrorPopupText(errTxt); return; }