Changeset 1366 for trunk/dll/dircnrs.c
- Timestamp:
- Jan 1, 2009, 10:36:46 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/dircnrs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1357 r1366 2146 2146 } 2147 2147 else 2148 StartCollector(dcd->hwndParent, 4); 2149 if (SHORT1FROMMP(mp1) == IDM_GREP) 2150 PostMsg(Collector, WM_COMMAND, 2151 MPFROM2SHORT(IDM_GREP, 0), MPVOID); 2148 StartCollector(dcd->hwndParent, 4); 2149 if (SHORT1FROMMP(mp1) == IDM_GREP) { 2150 PCNRITEM pci = NULL; 2151 2152 pci = WinSendMsg(hwnd, 2153 CM_QUERYRECORDEMPHASIS, 2154 MPFROMLONG(CMA_FIRST), MPFROMSHORT(CRA_CURSORED)); 2155 if (pci && (INT) pci != -1) 2156 PostMsg(Collector, WM_COMMAND, 2157 MPFROM2SHORT(IDM_GREP, 0), MPFROMP(pci->pszFileName)); 2158 else 2159 PostMsg(Collector, WM_COMMAND, 2160 MPFROM2SHORT(IDM_GREP, 0), MPVOID); 2161 } 2152 2162 else 2153 2163 PostMsg(hwnd, WM_COMMAND, MPFROM2SHORT(IDM_COLLECTOR, 0), MPVOID);
Note:
See TracChangeset
for help on using the changeset viewer.
