AboutDialog: Add a temporary icon, and update contributors list.
This commit is contained in:
parent
138cfdb68c
commit
48071c28a7
@ -209,15 +209,17 @@ fn on_url_change(
|
|||||||
fn about_dialog(window: >k::Window) {
|
fn about_dialog(window: >k::Window) {
|
||||||
// Feel free to add yourself if you contribured.
|
// Feel free to add yourself if you contribured.
|
||||||
let authors = &[
|
let authors = &[
|
||||||
|
"Constantin Nickel",
|
||||||
|
"Gabriele Musco",
|
||||||
|
"James Wykeham-Martin",
|
||||||
"Jordan Petridis",
|
"Jordan Petridis",
|
||||||
"Julian Sparber",
|
"Julian Sparber",
|
||||||
"Gabriele Musco",
|
|
||||||
"Constantin Nickel",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
let dialog = gtk::AboutDialog::new();
|
let dialog = gtk::AboutDialog::new();
|
||||||
// Waiting for a logo.
|
// Waiting for a logo.
|
||||||
dialog.set_logo_icon_name("org.gnome.Hammond");
|
// dialog.set_logo_icon_name("org.gnome.Hammond");
|
||||||
|
dialog.set_logo_icon_name("multimedia-player");
|
||||||
dialog.set_comments("A Podcast Client for the GNOME Desktop.");
|
dialog.set_comments("A Podcast Client for the GNOME Desktop.");
|
||||||
dialog.set_copyright("© 2017, 2018 Jordan Petridis");
|
dialog.set_copyright("© 2017, 2018 Jordan Petridis");
|
||||||
dialog.set_license_type(gtk::License::Gpl30);
|
dialog.set_license_type(gtk::License::Gpl30);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user