Changeset 1670 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Aug 13, 2012, 3:33:25 AM (13 years ago)
Author:
Gregg Young
Message:

Add ability to change and save PresParam to compare dialog (Ticket 443) Fix loading of a list file in the right compare container (Ticket 489) Allow for selection of include subdirectories or a list file on initial startup of compare dirs (Ticket 145)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1667 r1670  
    112112  03 Oct 11 SHL Minor code cleanup
    113113  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
    114115
    115116***********************************************************************/
     
    47854786            cmp->size = sizeof(COMPARE);
    47864787            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;
    47884791            cmp->hwndParent = hwnd;
    47894792            cmp->dcd.hwndParent = hwnd;
Note: See TracChangeset for help on using the changeset viewer.