Could we have a direct link to the Ghisler forum in the Help menu?
Would be nicer than the current Help -> Visit TotalCmds -> New Window -> Forum -> New Window.
Forum link in Help menu
Moderators: Hacker, petermad, Stefan2, white
I have this code in "Wcmd_ENG.ini" (language directory)
And... at the file of language . Wcmd_ENG.MNU":
It work fine for me at Win XP SP2
The descriptions of the menus are in Spanish language (sorry) You can translate it easily (I guess)
Code: Select all
[em_forum]
cmd=http://www.ghisler.ch/board/
menu=Foro Total Commander
[em_forum_es]
cmd=http://www.ghisler.ch/board/viewforum.php?f=11
menu=Foro Total Commander (Español)
[em_plugins]
cmd=http://www.ghisler.com/plugins.htm
menu=Plugins página oficial
[em_plugins_totalcmd]
cmd=http://www.totalcmd.net/
menu=Plugins página no oficial
[em_TotalCmdWiki]
cmd=http://www.ghisler.ch/wiki/
menu=TotalCmd Wiki
Code: Select all
POPUP "A&yuda"
MENUITEM "&Índice\tF1", 610
MENUITEM "&Teclado", 620
MENUITEM "&Registrar el programa", 630
MENUITEM SEPARATOR
MENUITEM "&Visitar la página de TotalCmd", 640
POPUP "Ayudas y &Plugins en línea..."
MENUITEM "&Plugins, página oficial...", em_plugins
MENUITEM "Plugins en &totalcmd.net...", em_plugins_totalcmd
MENUITEM SEPARATOR
MENUITEM "&Foro de Totalcmd...", em_forum
MENUITEM "Foro de Totalcmd (&español)...", em_forum_es
MENUITEM "Wiki de Totalcmd (EN)...", em_TotalCmdWiki
END_POPUP
MENUITEM SEPARATOR
MENUITEM "&Acerca de Total Commander...", 690
END_POPUP
The descriptions of the menus are in Spanish language (sorry) You can translate it easily (I guess)

I can read English, but... I write like Tarzan. (sorry)
mnerec wrote:

The explanation here: http://www.ghisler.ch/board/viewtopic.php?t=12864
No by the moment (TC 7 pb2)is it possible to display a web-icon as a menu-image for the items added?

The explanation here: http://www.ghisler.ch/board/viewtopic.php?t=12864
I can read English, but... I write like Tarzan. (sorry)