X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.c;h=ad257f922345d2329dd561cc5a4de5c8ba56c479;hb=989d0158f906b992ede8c3a60b5914d7f3982d1c;hp=24fa20e1da4b33bd54c9bb19c32aad80175ec738;hpb=039ec08b2e0355d7fdd1cc496f7aa800be51bab3;p=xboard.git diff --git a/winboard/winboard.c b/winboard/winboard.c index 24fa20e..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;