Changeset 1675 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Dec 31, 2012, 12:15:44 AM (13 years ago)
Author:
Gregg Young
Message:

Enhance traget directory drop to give the option of changing the directory or carrying out an operation to the current target; Added an error message for target=None; Added parameter to SetTargetDir. Ticket 373

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1674 r1675  
    23952395      switch (SHORT1FROMMP(mp1)) {
    23962396      case IDM_SETTARGET:
    2397         SetTargetDir(hwnd, FALSE);
     2397        SetTargetDir(hwnd, FALSE, NULL);
    23982398        break;
    23992399
Note: See TracChangeset for help on using the changeset viewer.