diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 2f6e16f7cf4..9fd4ce672ab 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -84,7 +84,7 @@ sub do_remove_bin_texdoc { my ($texdir) = @_; if (win32()) { remove_desktop_shortcut('TeXdoc GUI'); - remove_menu_shortcut('TeXdoc GUI'); + remove_menu_shortcut($mainmenu, 'TeXdoc GUI'); } } $PostInstall{'bin-texdoc'} = \&do_install_bin_texdoc; |