diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | bin/draksambashare | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- fix mga web url (mga#11972) + 2.4 - fix draksambashare crashing when displaying about dialog (mga#11972) diff --git a/bin/draksambashare b/bin/draksambashare index cb64e91..d28aa39 100755 --- a/bin/draksambashare +++ b/bin/draksambashare @@ -184,7 +184,7 @@ sub about_dialog() { copyright => N("Copyright (C) %s by Mandriva", '2001-2008'), license => $license, wrap_license => 1, comments => N("This is a simple tool to easily manage Samba configuration."), - website => 'http://www.mageia.com', + website => 'http://www.mageia.org', website_label => N("Mageia"), authors => [ 'Antoine Ginies <aginies@mandriva.com>' ], translator_credits => |