Changeset 1395 for trunk/dll/worker.c
- Timestamp:
- Feb 8, 2009, 2:48:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r1394 r1395 38 38 25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session 39 39 to prevent duplicate directory names in tree following a copy before initial scan. 40 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 40 41 41 42 ***********************************************************************/ … … 1019 1020 GetPString(IDS_ARETEXT) : GetPString(IDS_ISTEXT)); 1020 1021 Notify(message); 1021 if (toupper(*wk->li->targetpath) < 'C' )1022 if (toupper(*wk->li->targetpath) < 'C' && !fAlertBeepOff) 1022 1023 DosBeep(1000, 25); // Wake up user 1023 1024 DosSleep(16);//05 Aug 07 GKY 33 … … 1613 1614 (hs > 1) ? 1614 1615 GetPString(IDS_ARETEXT) : GetPString(IDS_ISTEXT)); 1615 if ( ro || hs || sysdir)1616 if ((ro || hs || sysdir) && !fAlertBeepOff) 1616 1617 DosBeep(300, 100); // Wake up user 1617 1618 strcat(prompt, GetPString(IDS_DELPROMPT6TEXT));
Note:
See TracChangeset
for help on using the changeset viewer.