Merge branch 'alatiera-master-patch-41773' into 'master'
Add Sam to the artists credits. See merge request World/hammond!44
This commit is contained in:
commit
49241664dc
@ -33,7 +33,7 @@ pub fn about_dialog(window: >k::ApplicationWindow) {
|
||||
// dialog.set_website_label("Learn more about Hammond");
|
||||
dialog.set_transient_for(window);
|
||||
|
||||
dialog.set_artists(&["Tobias Bernard"]);
|
||||
dialog.set_artists(&["Tobias Bernard", "Sam Hewitt"]);
|
||||
dialog.set_authors(authors);
|
||||
|
||||
dialog.connect_response(|dlg, _| dlg.destroy());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user