From 15b09e2e0399c4c3538952aa53250ab2e3f05146 Mon Sep 17 00:00:00 2001 From: DeeJayLSP Date: Tue, 8 Apr 2025 11:34:23 -0300 Subject: [PATCH] Add an actual name for Ogg Vorbis importer/visible name. --- modules/vorbis/resource_importer_ogg_vorbis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vorbis/resource_importer_ogg_vorbis.cpp b/modules/vorbis/resource_importer_ogg_vorbis.cpp index ea94661607e..a30c8490ac5 100644 --- a/modules/vorbis/resource_importer_ogg_vorbis.cpp +++ b/modules/vorbis/resource_importer_ogg_vorbis.cpp @@ -45,7 +45,7 @@ String ResourceImporterOggVorbis::get_importer_name() const { } String ResourceImporterOggVorbis::get_visible_name() const { - return "oggvorbisstr"; + return "Ogg Vorbis"; } void ResourceImporterOggVorbis::get_recognized_extensions(List *p_extensions) const {