X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=menus.c;h=0b8dcd4ff57115ef54179e235e35fabd7b4e9dc3;hb=51e9503489f2cee28a076bf52c56185a5283b069;hp=cb695adb145deaf9f16f783ba8b7dd5d77b15c06;hpb=362b0228f80cfa754ca983acdf98b87597f20cd9;p=xboard.git diff --git a/menus.c b/menus.c index cb695ad..0b8dcd4 100644 --- a/menus.c +++ b/menus.c @@ -389,6 +389,12 @@ DebugProc () } void +EditEngineProc () +{ + EditTagsPopUp(firstChessProgramNames, &firstChessProgramNames); +} + +void NothingProc () { return; @@ -636,7 +642,7 @@ MenuItem viewMenu[] = { {N_("Tags"), NULL, "Tags", EditTagsProc, CHECK}, {N_("Comments"), NULL, "Comments", EditCommentProc, CHECK}, {N_("ICS Input Box"), NULL, "ICSInputBox", IcsInputBoxProc, CHECK}, - {N_("Open Chat Window"), NULL, "OpenChatWindow", ChatProc, CHECK}, + {N_("ICS/Chat Console"), NULL, "OpenChatWindow", ChatProc, CHECK}, {"----", NULL, NULL, NothingProc}, {N_("Board..."), NULL, "Board", BoardOptionsProc}, {N_("Game List Tags..."), NULL, "GameListTags", GameListOptionsProc}, @@ -681,6 +687,8 @@ MenuItem actionMenu[] = { }; MenuItem engineMenu[100] = { + {N_("Edit Engine List..."), NULL, "EditEngList", EditEngineProc}, + {"----", NULL, NULL, NothingProc}, {N_("Load New 1st Engine..."), NULL, "LoadNew1stEngine", LoadEngine1Proc}, {N_("Load New 2nd Engine..."), NULL, "LoadNew2ndEngine", LoadEngine2Proc}, {"----", NULL, NULL, NothingProc},