diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-03-14 17:47:36 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-03-14 17:47:36 +0100 |
commit | 81858da2e66d04a766a9036dc94658d95ce1297f (patch) | |
tree | 724f1d1bb4272e394cef78b02be2e77774efd926 | |
parent | 79454bfd3b218f5d2b2bb1da2013a3f359615d63 (diff) | |
download | redot-engine-81858da2e66d04a766a9036dc94658d95ce1297f.tar.gz |
Add "Bbcode" -> "BBCode" editor capitalization
This property name is used in RichTextLabel.
-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 b62615adcc..a93be506ee 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -129,6 +129,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { capitalize_string_remaps["armeabi-v7a"] = "armeabi-v7a"; capitalize_string_remaps["arvr"] = "ARVR"; capitalize_string_remaps["astc"] = "ASTC"; + capitalize_string_remaps["bbcode"] = "BBCode"; capitalize_string_remaps["bg"] = "BG"; capitalize_string_remaps["bidi"] = "BiDi"; capitalize_string_remaps["bp"] = "BP"; |