diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-06-12 08:48:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 08:48:30 +0200 |
commit | 91dd049aab073cc063c172d338fc1817db156c24 (patch) | |
tree | 28105b1b383084b682185ca7837bed76c4b010d1 | |
parent | 79fd068a10e9976bf76d16e7cdf749693c9d4200 (diff) | |
parent | b55f1404ceb1dc7da5eeef747cfaa01863c25aa8 (diff) |
Merge pull request #61950 from Calinou/editor-capitalization-add-taa
Add TAA to the list of editor capitalizations
-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 1e7638bf72..397afc0653 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -213,6 +213,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { capitalize_string_remaps["stdout"] = "stdout"; capitalize_string_remaps["sv"] = "SV"; capitalize_string_remaps["svg"] = "SVG"; + capitalize_string_remaps["taa"] = "TAA"; capitalize_string_remaps["tcp"] = "TCP"; capitalize_string_remaps["ui"] = "UI"; capitalize_string_remaps["url"] = "URL"; |