missing porthelp band
This band was accidentally left out of the patch for porthelp the other day.
This commit is contained in:
@@ -747,6 +747,10 @@ LRESULT onWMCommand(HWND hWnd, WPARAM wParam, LPARAM lParam)
|
|||||||
display_file(LICENSE, TRUE);
|
display_file(LICENSE, TRUE);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case IDM_HELP_PORTHELP:
|
||||||
|
display_file(PORT_HELP, TRUE);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user