System Beep addition
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@756 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
85c7673ef4
commit
f24ac8509c
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ BOOL CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
|
|||
g_hThread=0;
|
||||
}
|
||||
if (g_retcode==0) {
|
||||
Beep(500,250);
|
||||
MessageBeep(MB_OK);
|
||||
SetTitle(g_hwnd,"Finished Sucessfully");
|
||||
}
|
||||
else SetTitle(g_hwnd,"Compile Error: See Log for Details");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue