diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-12-10 05:25:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-12-10 05:25:00 +0000 |
commit | 4ece81becd5b736ae003e82c050f04cff7fccc1e (patch) | |
tree | cba95baf3285a4c8ab08a866606ad2ebfe5ef67c | |
parent | fb6a6335bede7a155c90ebe44b8ef4835bb2439a (diff) | |
download | control-center-4ece81becd5b736ae003e82c050f04cff7fccc1e.tar control-center-4ece81becd5b736ae003e82c050f04cff7fccc1e.tar.gz control-center-4ece81becd5b736ae003e82c050f04cff7fccc1e.tar.bz2 control-center-4ece81becd5b736ae003e82c050f04cff7fccc1e.tar.xz control-center-4ece81becd5b736ae003e82c050f04cff7fccc1e.zip |
update Release Notes URL according to mga1 practice
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | control-center | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ - fix Errata URL (mga#3603) +- update Release Notes URL according to mga1 practice Version 12.21.9 - 24 May 2011 Anne Nicolas diff --git a/control-center b/control-center index f69eab37..46ad0c19 100755 --- a/control-center +++ b/control-center @@ -664,7 +664,7 @@ my @menu_items = ( ), [ N("/_Help"), undef, undef, undef, '<Branch>' ], [ N("/_Help") . N("/_Help"), undef, \&run_help, undef, '<Item>', N("Help") ], - [ N("/_Help") . N("/_Release notes"), undef, sub { run_browser('Notes') }, undef, '<Item>', N("Help") ], + [ N("/_Help") . N("/_Release notes"), undef, sub { run_browser('Release Notes') }, undef, '<Item>', N("Help") ], [ N("/_Help") . N("/What's _New?"), undef, sub { run_browser("What's New?") }, undef, '<Item>', N("Help") ], [ N("/_Help") . N("/_Errata"), undef, sub { run_browser('Errata') }, undef, '<Item>', N("Help") ], [ N("/_Help") . N("/_Report Bug"), undef, sub { |