2
bogordo
Just edit the wcmd_XXX.mnu file in TC's language directory - where XXX is the code for your language (like eng for English, deu for German, dan for Danish etc).
If you are using the internal English language, you need to manually set TC up to use the wcmd_eng.mnu file in "Configuration" -> "Options" -> "Language" -> "Main menu file".
In wcmd_eng.mnu it is this section that you have to remove:
Code: Select all
POPUP "&Net"
MENUITEM "&Network Connections...", cm_NetConnect
MENUITEM "&Disconnect Network Drives...", cm_NetDisconnect
MENUITEM "Share &Current Directory...", cm_NetShareDir
MENUITEM "&Unshare Directory...", cm_NetUnshareDir
MENUITEM "Show &Admin Shares", 2204
MENUITEM SEPARATOR
MENUITEM "&FTP Connect...\tCtrl+F", 550
MENUITEM "FT&P New Connection...\tCtrl+N", 551
MENUITEM "FTP Disconn&ect\tCtrl+Shift+F", 552
MENUITEM "FTP Sho&w Hidden Files", 553
MENUITEM "FTP Download From &List...", 558
MENUITEM "P&ORT Connection To Other PC...", 2300
END_POPUP