rename tools menu

This commit is contained in:
yggverse 2024-09-17 13:44:18 +03:00
parent 4200dd2368
commit d0859d7243
3 changed files with 9 additions and 9 deletions

View file

@ -152,9 +152,9 @@ Menu::Menu(
MENU__TAB
);
const auto MENU__TOOLS = Gio::Menu::create();
const auto MENU__TOOL = Gio::Menu::create();
MENU__TOOLS->append(
MENU__TOOL->append(
_("Debug"),
get_action_detailed_name(
ACTION__DEBUG
@ -162,8 +162,8 @@ Menu::Menu(
);
MENU->append_submenu(
_("Tools"),
MENU__TOOLS
_("Tool"),
MENU__TOOL
);
MENU->append(