Changeset 1550 for trunk/dll/mainwnd.c
- Timestamp:
- Nov 3, 2010, 3:50:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1549 r1550 235 235 PCSZ FM3Str = "FM/3"; 236 236 RGB2 RGBGREY; 237 PSZ pszFocusDir; 237 238 238 239 #pragma data_seg(DATA1) … … 3324 3325 RemoveOldCnrSwitches(szPrefix, x); 3325 3326 continue; 3326 } 3327 } 3328 if (x == 0 && fSwitchTree) 3329 pszFocusDir = xstrdup(szDir, pszSrcFile, __LINE__); 3327 3330 LoadDetailsSwitches(szKeyBase, &localdcd.ds, TRUE); 3328 3331 hwndDir = (HWND) WinSendMsg(hwndClient,
Note:
See TracChangeset
for help on using the changeset viewer.