Changeset 771 for trunk/dll/grep.c
- Timestamp:
- Aug 6, 2007, 5:05:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r766 r771 258 258 WinCancelShutdown(ghmq, TRUE); 259 259 IncrThreadUsage(); 260 DosSleep(1 28);260 DosSleep(100); //05 Aug 07 GKY 128 261 261 WinSetWindowText(grep.hwndCurFile, 262 262 GetPString((grep.finddupes) ? … … 1286 1286 sprintf(s, GetPString(IDS_GREPDUPECHECKPROGTEXT), y, g->numfiles); 1287 1287 WinSetWindowText(g->hwndCurFile, s); 1288 DosSleep(1 28);1288 DosSleep(100); //05 Aug 07 GKY 128 1289 1289 } 1290 1290 DosSleep(y % 2);
Note:
See TracChangeset
for help on using the changeset viewer.