diff options
author | Norbert Preining <preining@logic.at> | 2008-05-20 15:35:53 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-20 15:35:53 +0000 |
commit | 8d71efe4e14333d76a0536498f3d06af1ea2e27b (patch) | |
tree | 2907035f901e914250efc1c3bb7e4df1e5a42019 /Master | |
parent | fb5d702c9835db5e66b67d0149640ed702add4a7 (diff) |
TLPostActions: call it TeX Live Manager, not TeXLive Manager
git-svn-id: svn://tug.org/texlive/trunk@8252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 9fd4ce672ab..0ee8fed4e20 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -140,7 +140,7 @@ sub do_install_bin_texlive { if (win32()) { add_menu_shortcut( $mainmenu, - 'TeXLive Manager', + 'TeX Live Manager', '', # $texdir.'/tlpkg/doc/dummy.ico', $texdir.'/bin/win32/tlmgr.bat', 'gui', @@ -151,7 +151,7 @@ sub do_install_bin_texlive { sub do_remove_bin_texlive { my ($texdir) = @_; if (win32()) { - remove_menu_shortcut($mainmenu, 'TeXLive Manager'); + remove_menu_shortcut($mainmenu, 'TeX Live Manager'); } } $PostInstall{'bin-texlive'} = \&do_install_bin_texlive; |