mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update methods namespace
This commit is contained in:
parent
f834d783ef
commit
c77bfbbc7b
11 changed files with 60 additions and 35 deletions
|
|
@ -5,7 +5,7 @@ using namespace app::browser::main::tab::page::navigation::history;
|
|||
Back::Back()
|
||||
{
|
||||
set_action_name(
|
||||
"win.main_tab_page_navigation_history_back"
|
||||
"win.main_tab_page_navigation_history_try_back"
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using namespace app::browser::main::tab::page::navigation::history;
|
|||
Forward::Forward()
|
||||
{
|
||||
set_action_name(
|
||||
"win.main_tab_page_navigation_history_forward"
|
||||
"win.main_tab_page_navigation_history_try_forward"
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue