From 4c1c02aa959e27a0f9909f28a135463be083af60 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 12 Mar 2002 15:50:46 +0000 Subject: [PATCH] missing porthelp band This band was accidentally left out of the patch for porthelp the other day. --- win/win32/mhmain.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win/win32/mhmain.c b/win/win32/mhmain.c index 5f5d2042d..e77b37a90 100644 --- a/win/win32/mhmain.c +++ b/win/win32/mhmain.c @@ -747,6 +747,10 @@ LRESULT onWMCommand(HWND hWnd, WPARAM wParam, LPARAM lParam) display_file(LICENSE, TRUE); break; + case IDM_HELP_PORTHELP: + display_file(PORT_HELP, TRUE); + break; + default: return 1; }