Changeset 1880 for trunk/dll/grep2.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r1707 r1880 335 335 fInitDone = TRUE; 336 336 } 337 else { //if (sLastMaskSelect == LIT_NONE) {337 else { 338 338 size = sizeof(sLastMaskSelect); 339 339 PrfQueryProfileData(fmprof, appname, (CHAR *) PSCZ_GREP_LASTMASK_SELECT, &sLastMaskSelect, &size); … … 445 445 fclose(fp); 446 446 } 447 // 25 Sep 09 SHL Reselect last last used item448 //if (sLastMaskSelect >= 0)449 // WinSendDlgItemMsg(hwnd, GREP_LISTBOX, LM_SELECTITEM,450 // MPFROMSHORT(sLastMaskSelect), MPFROMSHORT(TRUE));451 452 447 FillPathListBox(hwnd, 453 448 WinWindowFromID(hwnd, GREP_DRIVELIST), … … 1136 1131 break; 1137 1132 } 1138 DosSleep(100); //05 Aug 07 GKY 1281133 DosSleep(100); 1139 1134 free(p); 1140 1135 # ifdef FORTIFY
Note:
See TracChangeset
for help on using the changeset viewer.