Changeset 1395 for trunk/dll/grep2.c
- Timestamp:
- Feb 8, 2009, 2:48:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r1394 r1395 24 24 10 Dec 08 SHL Integrate exception handler support 25 25 01 Jan 09 GKY Add Seek and Scan to drives & directory context menus pass drive/dir as search root 26 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 26 27 27 28 fixme for more excess locals to be gone … … 157 158 bstrip(p); 158 159 if (!*p) { 159 DosBeep(50, 100); 160 if (!fAlertBeepOff) 161 DosBeep(50, 100); 160 162 WinSetFocus(HWND_DESKTOP, WinWindowFromID(hwnd, ENV_NAME)); 161 163 } … … 851 853 bstrip(p); 852 854 if (!*p) { 853 DosBeep(50, 100); 855 if (!fAlertBeepOff) 856 DosBeep(50, 100); 854 857 WinSetFocus(HWND_DESKTOP, WinWindowFromID(hwnd, GREP_MASK)); 855 858 free(p);
Note:
See TracChangeset
for help on using the changeset viewer.