X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.c;h=ad257f922345d2329dd561cc5a4de5c8ba56c479;hb=33b7a136d720760819e42f589dcf6262a6dd4a21;hp=12bd08553d4c4a6b0cf173d71289f62157b4be12;hpb=3191ebfd542da1644e44baf91b6a315359aeefaa;p=xboard.git diff --git a/winboard/winboard.c b/winboard/winboard.c index 12bd085..ad257f9 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -4904,11 +4904,13 @@ WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) break; case IDM_EditGame: + case IDM_EditGame2: EditGameEvent(); SAY("edit game"); break; case IDM_EditPosition: + case IDM_EditPosition2: EditPositionEvent(); SAY("enter a FEN string or setup a position on the board using the control R pop up menu"); break; @@ -4921,6 +4923,18 @@ WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) ShowGameListProc(); break; + case IDM_EditProgs1: + EditTagsPopUp(firstChessProgramNames, &firstChessProgramNames); + break; + + case IDM_EditProgs2: + EditTagsPopUp(secondChessProgramNames, &secondChessProgramNames); + break; + + case IDM_EditServers: + EditTagsPopUp(icsNames, &icsNames); + break; + case IDM_EditTags: case IDM_Tags: EditTagsProc();