# HG changeset patch # User Emmanuel Gil Peyrot # Date 1604238270 -3600 # Node ID 9c3e2d2efaa8bec09c3f4c333ed1b5075b9ee06d # Parent dd10331549c696b1b7a862354f25457052b75322 Add my copyright in the about dialog. diff --git a/src/main.rs b/src/main.rs --- a/src/main.rs +++ b/src/main.rs @@ -231,7 +231,7 @@ fn build_ui(application: >k::Applicati about.set_website(Some("https://hg.linkmauve.fr/tablet-emu")); about.set_version(Some("0.1")); about.set_license_type(gtk::License::Agpl30); - about.set_program_name("TabletEmu"); + about.set_copyright(Some("© 2020 Emmanuel Gil Peyrot ")); about.run(); unsafe { about.destroy(); } });