Changeset 1664 for trunk/dll/init.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/init.h

    r1654 r1664  
    2929                combination of event and mutex semaphores
    3030  08 Jan 12 GKY Add support for changing PresParams in the notify status window
     31  04 Aug 12 GKY Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of
     32                copy, move and delete operations
     33  04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
     34                for delete of readonly files
    3135
    3236***********************************************************************/
     
    5963extern PCSZ PCSZ_IMAGEEXE;
    6064extern PCSZ PCSZ_LVMEXE;
     65extern PCSZ PCSZ_UNLOCKEXE;
    6166extern PCSZ PCSZ_ARCCNR;
    6267extern PCSZ PCSZ_COLLECTOR;
Note: See TracChangeset for help on using the changeset viewer.