diff options
author | Umang Kalra <umangkalra10@gmail.com> | 2022-08-16 22:57:28 +0530 |
---|---|---|
committer | Umang Kalra <umangkalra10@gmail.com> | 2022-08-20 22:53:07 +0530 |
commit | 7ef5dfcfc3e3fd208565906e19d87d4260bfb517 (patch) | |
tree | ad831e0b8a17e834c154df5f136644ec037855f0 /editor/create_dialog.h | |
parent | 0c5f254956f0115e363ce08045dd178dc30b54f8 (diff) | |
download | redot-engine-7ef5dfcfc3e3fd208565906e19d87d4260bfb517.tar.gz |
Changed the title of change node type dialog
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r-- | editor/create_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/create_dialog.h b/editor/create_dialog.h index 04094108ad..f7731d2726 100644 --- a/editor/create_dialog.h +++ b/editor/create_dialog.h @@ -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(); }; |