shithub: aacenc

Download patch

ref: aa019cf9943996d559fc4131ab9042dc1889f239
parent: 695a501740c4271dce621bff17cc64dec8a480df
author: xfhobbes <xfhobbes>
date: Sun Mar 18 12:11:28 EST 2001

Moved beep after completed processing from individual beep for every job to a global one per processing command.

--- a/wingui/faac_winguiDlg.cpp
+++ b/wingui/faac_winguiDlg.cpp
@@ -724,6 +724,9 @@
 		// dialog is updated
 		OnJobListCtrlUserAction();
 	}
+
+	// wake up the user
+	MessageBeep(MB_OK);
 }
 
 bool CFaac_winguiDlg::LoadJobList(const CString &oCompletePath)