Changeset 1664 for trunk/dll/notebook.h


Ignore:
Timestamp:
Aug 5, 2012, 2:11:07 AM (13 years ago)
Author:
Gregg Young
Message:

Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of copy, move and delete operations. Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog for delete of readonly files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notebook.h

    r1434 r1664  
    1616  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
    1717  06 Jun 09 GKY Add option to show file system type or drive label in tree
     18  04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
     19                for delete of readonly files
    1820
    1921***********************************************************************/
     
    110112extern BOOL fVerify;
    111113extern BOOL fViewChild;
     114extern BOOL fWarnReadOnly;
    112115extern HINI fmprof;
    113116extern ULONG fwsAnimate;
Note: See TracChangeset for help on using the changeset viewer.