diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | userdrake | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- fix gtk+3 warning + Version 2.11 - 25 March 2016 - update new design for 2016 (Animtim) @@ -1311,6 +1311,7 @@ sub About() { if_(-r "$pixdir/userdrake.png", logo => "$pixdir/userdrake.png"), license => $license, wrap_license => 1, comments => N("Users Management"), + transient_for => $::main_window, website => 'http://www.mageia.org', website_label => N("Mageia"), authors => [ 'Daouda Lo', 'Thierry Vignaud <thierry.vignaud@gmail.com>' ], |