Changed the title of change node type dialog

This commit is contained in:
Umang Kalra
2022-08-16 22:57:28 +05:30
parent 0c5f254956
commit 7ef5dfcfc3
4 changed files with 9 additions and 6 deletions

View File

@ -120,7 +120,7 @@ public:
void set_preferred_search_result_type(const String &p_preferred_type) { preferred_search_result_type = p_preferred_type; }
String get_preferred_search_result_type() { return preferred_search_result_type; }
void popup_create(bool p_dont_clear, bool p_replace_mode = false, const String &p_select_type = "Node");
void popup_create(bool p_dont_clear, bool p_replace_mode = false, const String &p_select_type = "Node", const String &p_select_name = "");
CreateDialog();
};