Changeset 1682 for trunk/dll/worker.h


Ignore:
Timestamp:
Jan 7, 2013, 1:36:38 AM (13 years ago)
Author:
Gregg Young
Message:

Added optional confirmation dialogs for delete move and copy to compare dir Ticket 277; Added EA compare option to compare dir Ticket 80; Minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.h

    r1664 r1682  
    1515  04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
    1616                for delete of readonly files
     17  06 Jan 13 GKY Added optional confirmation dialogs for delete move and copy to compare dir Ticket 277
    1718
    1819***********************************************************************/
     
    3536  BOOL overwrite;
    3637  BOOL noreadonlywarn;
     38  BOOL compare;
    3739}
    3840MOVEIT;
Note: See TracChangeset for help on using the changeset viewer.