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 @@ -6787,8 +6787,8 @@ EditorNode::EditorNode() {
67876787 tool_menu = memnew (PopupMenu);
67886788 tool_menu->connect (" index_pressed" , callable_mp (this , &EditorNode::_tool_menu_option));
67896789 project_menu->add_submenu_node_item (TTR (" Tools" ), tool_menu);
6790- tool_menu->add_item ( TTR (" Orphan Resource Explorer..." ), TOOLS_ORPHAN_RESOURCES);
6791- tool_menu->add_item ( TTR (" Upgrade Mesh Surfaces..." ), TOOLS_SURFACE_UPGRADE);
6790+ tool_menu->add_shortcut ( ED_SHORTCUT_AND_COMMAND ( " editor/orphan_resource_explorer " , TTR (" Orphan Resource Explorer..." ) ), TOOLS_ORPHAN_RESOURCES);
6791+ tool_menu->add_shortcut ( ED_SHORTCUT_AND_COMMAND ( " editor/upgrade_mesh_surfaces " , TTR (" Upgrade Mesh Surfaces..." ) ), TOOLS_SURFACE_UPGRADE);
67926792
67936793 project_menu->add_separator ();
67946794 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