Changeset 1673 for trunk/dll/comp.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r1670 r1673 1569 1569 memset(&fb4, 0, sizeof(fb4)); 1570 1570 fp = xfopen(cmp->rightlist, moder, pszSrcFile, __LINE__, FALSE); 1571 /*if (!fp)1572 Runtime_Error(pszSrcFile, __LINE__, "can not open %s (%d)",1573 cmp->rightlist, errno);*/1574 1571 if (fp) { 1575 1572 while (!feof(fp)) { … … 2137 2134 2138 2135 if (!fEnable) { 2139 / * Disable before */2136 // Disable before 2140 2137 WinEnableWindowUpdate(hwndLeft, fEnable); 2141 2138 WinEnableWindowUpdate(hwndRight, fEnable); … … 2144 2141 WinEnableWindow(hwndRight, fEnable); 2145 2142 if (fEnable) { 2146 / * Enable after */2143 // Enable after 2147 2144 WinEnableWindowUpdate(hwndLeft, fEnable); 2148 2145 WinEnableWindowUpdate(hwndRight, fEnable); … … 2150 2147 2151 2148 WinEnableWindow(WinWindowFromID(hwnd, DID_OK), fEnable); 2152 // WinEnableWindow(WinWindowFromID(hwnd, DID_CANCEL), fEnable);2153 2149 WinEnableWindow(WinWindowFromID(hwnd, COMP_COLLECT), fEnable); 2154 2150 WinEnableWindow(WinWindowFromID(hwnd, IDM_SELECTBOTH), fEnable); … … 2248 2244 2249 2245 for (x = 0; ids[x]; x++) { 2250 //fixme to allow user to change presparams 1-10-09 GKY2251 2246 sprintf(s, "CompDir%i", ids[x]); 2252 2247 RestorePresParams(WinWindowFromID(hwnd, ids[x]), s); 2253 /*SetPresParams(WinWindowFromID(hwnd, ids[x]),2254 &RGBGREY,2255 &RGBBLACK, &RGBBLACK, FNT_8HELVETICA);*/2256 2248 } 2257 2249 }
Note:
See TracChangeset
for help on using the changeset viewer.