AboutDialog: Update authors list.

This commit is contained in:
Jordan Petridis 2018-07-24 07:25:57 +03:00
parent 3c3d6c1e7f
commit 09e8d7e1da
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -7,8 +7,10 @@ use gtk::prelude::*;
pub fn about_dialog(window: &gtk::ApplicationWindow) { pub fn about_dialog(window: &gtk::ApplicationWindow) {
// Feel free to add yourself if you contribured. // Feel free to add yourself if you contribured.
let authors = &[ let authors = &[
"Carlos Soriano",
"Constantin Nickel", "Constantin Nickel",
"Gabriele Musco", "Gabriele Musco",
"Ivan Augusto",
"James Wykeham-Martin", "James Wykeham-Martin",
"Jordan Petridis", "Jordan Petridis",
"Julian Sparber", "Julian Sparber",