Changeset 1395 for trunk/dll/grep.c
- Timestamp:
- Feb 8, 2009, 2:48:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r1303 r1395 30 30 29 Feb 08 GKY Use xfree where appropriate 31 31 29 Nov 08 GKY Remove or replace with a mutex semaphore DosEnterCriSec where appropriate. 32 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 32 33 33 34 ***********************************************************************/ … … 1519 1520 else { 1520 1521 // Insufficient memory - fall back to slow method - fixme to saymsg? 1521 DosBeep(50, 100); 1522 if (!fErrorBeepOff) 1523 DosBeep(50, 100); 1522 1524 if (!hwndStatus) 1523 1525 WinSetWindowText(grep->hwndCurFile, GetPString(IDS_GREPDUPECOMPARINGTEXT));
Note:
See TracChangeset
for help on using the changeset viewer.