diff options
author | FireForge <67974470+fire-forge@users.noreply.github.com> | 2022-05-12 15:03:16 -0500 |
---|---|---|
committer | FireForge <67974470+fire-forge@users.noreply.github.com> | 2022-05-12 15:03:16 -0500 |
commit | 88a8038387c4226e68d13e8dc7990941e4e0a2be (patch) | |
tree | c8452b4503b5881d0e9967fa47b513e58b627f01 /editor | |
parent | 947a1fa0903e9c334ff1623afb79c9a139166a3f (diff) |
Capitalize/fix some property enum hints
Diffstat (limited to 'editor')
-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 1e222c02a3..3def25c17c 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -207,6 +207,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { capitalize_string_remaps["ssh"] = "SSH"; capitalize_string_remaps["ssil"] = "SSIL"; capitalize_string_remaps["ssl"] = "SSL"; + capitalize_string_remaps["sss"] = "SSS"; capitalize_string_remaps["stderr"] = "stderr"; capitalize_string_remaps["stdout"] = "stdout"; capitalize_string_remaps["sv"] = "SV"; |