diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-06-09 14:27:46 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-06-09 14:27:46 +0200 |
commit | 695c69232e58d34d6bb4bf7e2a1dd24c774dc4b6 (patch) | |
tree | ce63a7b011ef560ca24459cb2596d313adc30701 | |
parent | e188d619227990001667821dac8bc8940076d4a9 (diff) | |
download | redot-engine-695c69232e58d34d6bb4bf7e2a1dd24c774dc4b6.tar.gz |
Add TextFile to editor property capitalizations
This is used in the TextFile Extensions editor setting.
-rw-r--r-- | editor/editor_property_name_processor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.cpp b/editor/editor_property_name_processor.cpp index 83d9a18c02..fd14136fc7 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"; |