rename subtitle to description

This commit is contained in:
yggverse 2024-09-10 07:50:15 +03:00
parent c74e9a81f0
commit 2208e5df25
7 changed files with 18 additions and 18 deletions

View file

@ -187,7 +187,7 @@ void Tab::refresh(
TAB_PAGE->refresh(
tab::Page::MIME::UNDEFINED,
TAB_PAGE->get_title(),
TAB_PAGE->get_subtitle(),
TAB_PAGE->get_description(),
0 // @TODO
);
@ -293,12 +293,12 @@ Glib::ustring Tab::get_page_title(
)->get_title();
};
Glib::ustring Tab::get_page_subtitle(
Glib::ustring Tab::get_page_description(
const int & PAGE_NUMBER
) {
return get_tabPage(
PAGE_NUMBER
)->get_subtitle();
)->get_description();
};
// Private helpers