Changeset 1664 for trunk/dll/dircnrs.c


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

    r1571 r1664  
    8181                entries in the tree container, fix related semaphore performance using
    8282                combination of event and mutex semaphores
     83  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
     84                copy, move and delete operations
    8385
    8486***********************************************************************/
     
    17221724            WinEnableMenuItem((HWND) mp2, IDM_ATTRS, TRUE);
    17231725          }
     1726        WinEnableMenuItem((HWND) mp2, IDM_UNLOCKFILE, fUnlock);
    17241727        }
    17251728        break;
     
    17381741        WinEnableMenuItem((HWND) mp2,
    17391742                          IDM_SELECTCOMPAREMENU,
    1740                           (CountDirCnrs(dcd->hwndParent) > 1));
     1743                          (CountDirCnrs(dcd->hwndParent) > 1));
    17411744        break;
    17421745
     
    26202623      case IDM_COLLECTFROMFILE:
    26212624      case IDM_UUDECODE:
     2625      case IDM_UNLOCKFILE:
    26222626      case IDM_MERGE:
    26232627        {
Note: See TracChangeset for help on using the changeset viewer.