From b201098047bcd24b1e7c5c516b98fbd034e1bdcc Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 1 Jul 2021 11:38:16 +0200 Subject: [PATCH] fix gltf format name --- src/meshlabplugins/io_gltf/io_gltf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/io_gltf/io_gltf.cpp b/src/meshlabplugins/io_gltf/io_gltf.cpp index 389e6e099..a0af1273f 100644 --- a/src/meshlabplugins/io_gltf/io_gltf.cpp +++ b/src/meshlabplugins/io_gltf/io_gltf.cpp @@ -34,7 +34,7 @@ QString IOglTFPlugin::pluginName() const std::list IOglTFPlugin::importFormats() const { - return { FileFormat("GLTF", tr("GLTF")) }; + return { FileFormat("GL Transmission Format", tr("GLTF")) }; } /*