mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename subtitle to description
This commit is contained in:
parent
c74e9a81f0
commit
2208e5df25
7 changed files with 18 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue