Ctrl+L loads a script

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1076 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-20 19:16:21 +00:00
parent bcdd65afd5
commit a24b27c246
3 changed files with 5 additions and 13 deletions

View file

@ -110,11 +110,6 @@ BOOL CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
PostQuitMessage(0);
return TRUE;
}
case WM_HELP:
{
ShowDocs();
return TRUE;
}
case WM_CLOSE:
{
if (!g_hThread) {