Changeset 1682 for trunk/dll/rename.c


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/rename.c

    r1664 r1682  
    2222  04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
    2323                for delete of readonly files
     24  06 Jan 13 GKY Added optional confirmation dialogs for delete move and copy to compare dir Ticket 277
    2425
    2526***********************************************************************/
     
    8788                          EM_SETSEL, MPFROM2SHORT(sello, selhi), MPVOID);
    8889      }
     90      WinShowWindow(WinWindowFromID(hwnd, REN_OVEROLD), FALSE);
     91      WinShowWindow(WinWindowFromID(hwnd, REN_OVERNEW), FALSE);
     92      WinShowWindow(WinWindowFromID(hwnd, REN_NOROWARN), FALSE);
     93    }
     94    if (mv->compare) {
     95      //WinShowWindow(WinWindowFromID(hwnd, REN_DONTASK), FALSE);
    8996      WinShowWindow(WinWindowFromID(hwnd, REN_OVEROLD), FALSE);
    9097      WinShowWindow(WinWindowFromID(hwnd, REN_OVERNEW), FALSE);
Note: See TracChangeset for help on using the changeset viewer.