« Previous | Next » 

Revision 11492efd

ID11492efd85bccda7d6bbd1b92d89ef937653b27a
Parent 917f3feb
Child bf2467a9

Added by Yasir Aldurayhim over 10 years ago

a fix to #7 in our bugs list.
7) Feature Request - # 1030 – add an audible verification of 7zip finishing when it runs in the background.
- The fix is adding the following code in "ProcessWasFinished()" method in "ProssDialog2.cpp":
if (!_foreground) {
MessageBeep(MB_OK);
}
- works when both extracting and compressing in background ends.
- used a windows library for the sound.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences