File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6780,8 +6780,8 @@ EditorNode::EditorNode() {
67806780 tool_menu = memnew (PopupMenu);
67816781 tool_menu->connect (" index_pressed" , callable_mp (this , &EditorNode::_tool_menu_option));
67826782 project_menu->add_submenu_node_item (TTR (" Tools" ), tool_menu);
6783- tool_menu->add_item ( TTR (" Orphan Resource Explorer..." ), TOOLS_ORPHAN_RESOURCES);
6784- tool_menu->add_item ( TTR (" Upgrade Mesh Surfaces..." ), TOOLS_SURFACE_UPGRADE);
6783+ tool_menu->add_shortcut ( ED_SHORTCUT_AND_COMMAND ( " editor/orphan_resource_explorer " , TTR (" Orphan Resource Explorer..." ) ), TOOLS_ORPHAN_RESOURCES);
6784+ tool_menu->add_shortcut ( ED_SHORTCUT_AND_COMMAND ( " editor/upgrade_mesh_surfaces " , TTR (" Upgrade Mesh Surfaces..." ) ), TOOLS_SURFACE_UPGRADE);
67856785
67866786 project_menu->add_separator ();
67876787 project_menu->add_shortcut (ED_SHORTCUT (" editor/reload_current_project" , TTR (" Reload Current Project" )), RELOAD_CURRENT_PROJECT);
You can’t perform that action at this time.
0 commit comments