missing porthelp band

This band was accidentally left out of the patch for porthelp the other day.
This commit is contained in:
nethack.allison
2002-03-12 15:50:46 +00:00
parent 1b898867c5
commit 4c1c02aa95

View File

@@ -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;
}