Changeset 1395 for trunk/dll/extract.c


Ignore:
Timestamp:
Feb 8, 2009, 2:48:16 AM (17 years ago)
Author:
Gregg Young
Message:

Allow user to turn off alert and/or error beeps in settings notebook. Ticket 341 Move repeated strings to PCSZs. Ticket 6 Add *DateFormat functions to format dates based on locale Ticket 28 Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error Ticket 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/extract.c

    r1349 r1395  
    1717  29 Nov 08 GKY Add the option of creating a subdirectory from the arcname
    1818                for the extract path.
     19  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
    1920
    2021***********************************************************************/
     
    452453        }
    453454      }
    454       DosBeep(50, 100);                 // Complain a refuse to quit
     455      if (!fErrorBeepOff)
     456        DosBeep(50, 100);                       // Complain a refuse to quit
    455457      break;
    456458
Note: See TracChangeset for help on using the changeset viewer.