mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add page title support, make arguments linked const
This commit is contained in:
parent
8b55faef35
commit
c75744f777
6 changed files with 40 additions and 12 deletions
|
|
@ -40,7 +40,9 @@ Glib::ustring Main::get_current_tab_label_text()
|
|||
// Actions
|
||||
void Main::tab_append()
|
||||
{
|
||||
tab->append();
|
||||
tab->append(
|
||||
_("New page")
|
||||
);
|
||||
};
|
||||
|
||||
void Main::tab_update()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue