Added a comment to the about dialog
This commit is contained in:
parent
65be2ec7de
commit
9abdd1d007
@ -1418,6 +1418,8 @@ void phone_show_about(Phone * phone, gboolean show)
|
|||||||
}
|
}
|
||||||
phone->ab_window = desktop_about_dialog_new();
|
phone->ab_window = desktop_about_dialog_new();
|
||||||
desktop_about_dialog_set_authors(phone->ab_window, _authors);
|
desktop_about_dialog_set_authors(phone->ab_window, _authors);
|
||||||
|
desktop_about_dialog_set_comments(phone->ab_window,
|
||||||
|
_("Telephony application for the DeforaOS desktop"));
|
||||||
desktop_about_dialog_set_copyright(phone->ab_window, _copyright);
|
desktop_about_dialog_set_copyright(phone->ab_window, _copyright);
|
||||||
desktop_about_dialog_set_license(phone->ab_window, _license);
|
desktop_about_dialog_set_license(phone->ab_window, _license);
|
||||||
desktop_about_dialog_set_logo_icon_name(phone->ab_window,
|
desktop_about_dialog_set_logo_icon_name(phone->ab_window,
|
||||||
|
Loading…
Reference in New Issue
Block a user