Changeset 1682 for trunk/dll/rename.c
- Timestamp:
 - Jan 7, 2013, 1:36:38 AM (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/rename.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/rename.c
r1664 r1682 22 22 04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog 23 23 for delete of readonly files 24 06 Jan 13 GKY Added optional confirmation dialogs for delete move and copy to compare dir Ticket 277 24 25 25 26 ***********************************************************************/ … … 87 88 EM_SETSEL, MPFROM2SHORT(sello, selhi), MPVOID); 88 89 } 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); 89 96 WinShowWindow(WinWindowFromID(hwnd, REN_OVEROLD), FALSE); 90 97 WinShowWindow(WinWindowFromID(hwnd, REN_OVERNEW), FALSE);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  