Removed "About NSIS" dialog

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1351 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-10-09 13:21:21 +00:00
parent b6ff897788
commit eb27ee547b
4 changed files with 15 additions and 120 deletions

View file

@ -178,7 +178,7 @@ void CompileNSISScript() {
g_script = s;
g_appended = TRUE;
}
g_dwLength = 0;
g_dwLength = 0;
// Disable buttons during compile
DisableItems(g_hwnd);
DWORD id;