mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
rename update button and action to reload
This commit is contained in:
parent
c44c278c33
commit
1df58f17de
17 changed files with 63 additions and 63 deletions
|
|
@ -15,7 +15,7 @@ namespace app::browser::main::tab::page
|
|||
class Base;
|
||||
class Bookmark;
|
||||
class History;
|
||||
class Update;
|
||||
class Reload;
|
||||
class Request;
|
||||
}
|
||||
|
||||
|
|
@ -68,8 +68,8 @@ namespace app::browser::main::tab::page
|
|||
navigation::Base * navigationBase;
|
||||
navigation::Bookmark * navigationBookmark;
|
||||
navigation::History * navigationHistory;
|
||||
navigation::Reload * navigationReload;
|
||||
navigation::Request * navigationRequest;
|
||||
navigation::Update * navigationUpdate;
|
||||
|
||||
// Defaults
|
||||
const int SPACING = 8;
|
||||
|
|
@ -85,7 +85,7 @@ namespace app::browser::main::tab::page
|
|||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__REFRESH,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__NAVIGATION_HISTORY_BACK,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__NAVIGATION_HISTORY_FORWARD,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__NAVIGATION_UPDATE
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__NAVIGATION_RELOAD
|
||||
);
|
||||
|
||||
// Actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue