From 49756190189b00b2603677a400b101725c460a20 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Fri, 12 Jan 2024 13:45:20 +0100 Subject: [PATCH] Capitalize OIDN in editor settings and properties --- 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 b9144375bcbc..2c9c2f1ab2d2 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -224,6 +224,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { //capitalize_string_remaps["msec"] = "(msec)"; // Unit. capitalize_string_remaps["navmesh"] = "NavMesh"; capitalize_string_remaps["nfc"] = "NFC"; + capitalize_string_remaps["oidn"] = "OIDN"; capitalize_string_remaps["ok"] = "OK"; capitalize_string_remaps["opengl"] = "OpenGL"; capitalize_string_remaps["opentype"] = "OpenType";