diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-07-28 12:33:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-07-28 12:33:43 +0000 |
commit | cf254487be6348b64a25823fe061809c709c6e40 (patch) | |
tree | 6cd28c145478161ff7d78fe3fc34d1d47f667eb4 | |
parent | 910359acc6b1548e2b64b74eed6cc53d53921f47 (diff) | |
download | mgaonline-cf254487be6348b64a25823fe061809c709c6e40.tar mgaonline-cf254487be6348b64a25823fe061809c709c6e40.tar.gz mgaonline-cf254487be6348b64a25823fe061809c709c6e40.tar.bz2 mgaonline-cf254487be6348b64a25823fe061809c709c6e40.tar.xz mgaonline-cf254487be6348b64a25823fe061809c709c6e40.zip |
(no_rigths_dialog) use proper URL for MES
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | mdkapplet-enterprise-update-helper | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ - mdkapplet-enterprise-update-helper o gracefully handle (rare) server issues (#51299) + o use proper URL for MES Version 2.77.2 - 24 July 2009, Thierry Vignaud diff --git a/mdkapplet-enterprise-update-helper b/mdkapplet-enterprise-update-helper index 639e7a39..f3342586 100755 --- a/mdkapplet-enterprise-update-helper +++ b/mdkapplet-enterprise-update-helper @@ -151,7 +151,7 @@ sub no_rigths_dialog() { @common), gtknew('HButtonBox', layout => 'start', children_tight => [ interactive::gtk::add_padding( - new_link_button('https://my.mandriva.com/powerpack/', N("More Information"))) + new_link_button('http://www2.mandriva.com/linux/server/', N("More Information"))) ]), create_okcancel($w, N("Close"), undef), ]); |