Changeset 1670 for trunk/dll/mainwnd.c
- Timestamp:
- Aug 13, 2012, 3:33:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1667 r1670 112 112 03 Oct 11 SHL Minor code cleanup 113 113 05 Aug 12 GKY Make the Target Directory (DriveBar) a drop target. 114 12 Aug 12 GKY Allow for selection of include subdirectories or a list file on initial startup of compare dirs 114 115 115 116 ***********************************************************************/ … … 4785 4786 cmp->size = sizeof(COMPARE); 4786 4787 strcpy(cmp->leftdir, wa.szCurrentPath1); 4787 strcpy(cmp->rightdir, wa.szCurrentPath2); 4788 strcpy(cmp->rightdir, wa.szCurrentPath2); 4789 cmp->listfile = wa.listfile; 4790 cmp->includesubdirs = wa.includesubdirs; 4788 4791 cmp->hwndParent = hwnd; 4789 4792 cmp->dcd.hwndParent = hwnd;
Note:
See TracChangeset
for help on using the changeset viewer.