Beep changes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@759 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-08-26 18:24:13 +00:00
parent 3a2c25fd42
commit 9e081c3e6e

View file

@ -134,7 +134,7 @@ BOOL CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
g_hThread=0; g_hThread=0;
} }
if (g_retcode==0) { if (g_retcode==0) {
MessageBeep(MB_OK); MessageBeep(MB_ICONASTERISK);
SetTitle(g_hwnd,"Finished Sucessfully"); SetTitle(g_hwnd,"Finished Sucessfully");
} }
else SetTitle(g_hwnd,"Compile Error: See Log for Details"); else SetTitle(g_hwnd,"Compile Error: See Log for Details");