Changeset 906 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Jan 6, 2008, 5:21:14 AM (18 years ago)
Author:
Gregg Young
Message:

The basic program quoting code and some mailto cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r888 r906  
    23732373
    23742374      case IDM_NOTEBOOK:
    2375         if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent))
    2376           PostMsg(dcd->hwndParent, msg, mp1, mp2);
    2377         else
     2375        //if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent))
     2376        //  PostMsg(dcd->hwndParent, msg, mp1, mp2);
     2377        //else
    23782378          WinDlgBox(HWND_DESKTOP, hwnd, CfgDlgProc, FM3ModHandle,
    2379                     CFG_FRAME, (PVOID) "Tree");
     2379                    CFG_FRAME, MPFROMP("Tree"));
    23802380        break;
    23812381
Note: See TracChangeset for help on using the changeset viewer.