mirror of https://github.com/godotengine/godot
Merge pull request #105152 from DeeJayLSP/ogg-name
Add an actual name for Ogg Vorbis importer visible name.
This commit is contained in:
commit
36ff5d351c
|
|
@ -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<String> *p_extensions) const {
|
||||
|
|
|
|||
Loading…
Reference in New Issue