mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename tools menu
This commit is contained in:
parent
4200dd2368
commit
d0859d7243
3 changed files with 9 additions and 9 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue