diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-08-14 13:58:34 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-08-14 13:58:34 +0000 |
commit | 9ae5d85592d5164f2e38529d838a7e68be799d1d (patch) | |
tree | 6c8b9349854fdf79ede6b4fb48b67f01d1192b8c /Master | |
parent | 4b3b8c10da1344a03ba06515ddf5b463902c65d5 (diff) |
Windows release notes shortcut added
git-svn-id: svn://tug.org/texlive/trunk@10345 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 1f4bf0da639..598fabf4de1 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -224,6 +224,14 @@ sub do_install_bin_texlive { 'gui', 'batgui', ); + add_menu_shortcut( + $mainmenu, + 'Release notes', + '', + 'http://tug.org/texlive/windows.html', + '', + '', + ); if (uc(TeXLive::TLWinGoo::win_which_dir('tex.exe')) ne uc($texdir.'/bin/win32') or uc(TeXLive::TLWinGoo::win_which_dir('pdftex.exe')) ne @@ -255,6 +263,7 @@ sub do_remove_bin_texlive { my ($texdir) = @_; if (win32()) { remove_menu_shortcut($mainmenu, 'TeX Live Manager'); + remove_menu_shortcut($mainmenu, 'Release notes'); remove_menu_shortcut($mainmenu, 'TeX Live Prompt'); remove_desktop_shortcut('TeX Live Prompt'); } |