Mercurial > tablet-emu
comparison src/main.rs @ 7:9c3e2d2efaa8
Add my copyright in the about dialog.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 01 Nov 2020 14:44:30 +0100 |
parents | dd10331549c6 |
children | 51a6c86d3141 |
comparison
equal
deleted
inserted
replaced
6:dd10331549c6 | 7:9c3e2d2efaa8 |
---|---|
229 about.set_program_name("TabletEmu"); | 229 about.set_program_name("TabletEmu"); |
230 about.set_logo_icon_name(Some("input-tablet")); | 230 about.set_logo_icon_name(Some("input-tablet")); |
231 about.set_website(Some("https://hg.linkmauve.fr/tablet-emu")); | 231 about.set_website(Some("https://hg.linkmauve.fr/tablet-emu")); |
232 about.set_version(Some("0.1")); | 232 about.set_version(Some("0.1")); |
233 about.set_license_type(gtk::License::Agpl30); | 233 about.set_license_type(gtk::License::Agpl30); |
234 about.set_program_name("TabletEmu"); | 234 about.set_copyright(Some("© 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>")); |
235 about.run(); | 235 about.run(); |
236 unsafe { about.destroy(); } | 236 unsafe { about.destroy(); } |
237 }); | 237 }); |
238 | 238 |
239 let menu = gio::Menu::new(); | 239 let menu = gio::Menu::new(); |