Changeset 1675 for trunk/dll/notebook.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/notebook.c

    r1673 r1675  
    15741574
    15751575  case UM_SETUP5:
    1576     SetTargetDir(hwnd, FALSE);
     1576    SetTargetDir(hwnd, FALSE, NULL);
    15771577    WinSetDlgItemText(hwnd, CFGG_TARGETDIR, targetdir);
    15781578    return 0;
     
    22002200          PostMsg(WinQueryWindow(hwndMain, QW_PARENT),
    22012201                  WM_UPDATEFRAME, MPFROMLONG(FCF_SIZEBORDER), MPVOID);
    2202         SetTargetDir(hwnd, TRUE);
     2202        SetTargetDir(hwnd, TRUE, NULL);
    22032203      }
    22042204      dummy = WinQueryButtonCheckstate(hwnd, CFGM_SEPARATEPARMS);
Note: See TracChangeset for help on using the changeset viewer.