Changeset 1395 for trunk/dll/archive.c
- Timestamp:
- Feb 8, 2009, 2:48:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/archive.c
r1346 r1395 14 14 22 Mar 07 GKY Use QWL_USER 15 15 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 16 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 16 17 17 18 ***********************************************************************/ … … 223 224 } 224 225 } 225 DosBeep(50, 100); 226 if (!fAlertBeepOff) 227 DosBeep(50, 100); 226 228 break; 227 229 … … 272 274 pszSrcFile, __LINE__); 273 275 } 274 else 276 else if (!fErrorBeepOff) 275 277 DosBeep(50, 100); 276 278 }
Note:
See TracChangeset
for help on using the changeset viewer.