From 695c69232e58d34d6bb4bf7e2a1dd24c774dc4b6 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 9 Jun 2023 14:27:46 +0200 Subject: [PATCH] Add TextFile to editor property capitalizations This is used in the TextFile Extensions editor setting. --- editor/editor_property_name_processor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/editor_property_name_processor.cpp b/editor/editor_property_name_processor.cpp index 83d9a18c024..fd14136fc7c 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -263,6 +263,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { capitalize_string_remaps["svg"] = "SVG"; capitalize_string_remaps["taa"] = "TAA"; capitalize_string_remaps["tcp"] = "TCP"; + capitalize_string_remaps["textfile"] = "TextFile"; capitalize_string_remaps["tls"] = "TLS"; capitalize_string_remaps["ui"] = "UI"; capitalize_string_remaps["uri"] = "URI";