Changeset 908 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Jan 6, 2008, 5:08:29 PM (18 years ago)
Author:
Gregg Young
Message:

Back out change for notebook page find

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r907 r908  
    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,
    23792379                    CFG_FRAME, MPFROMP("Tree"));
Note: See TracChangeset for help on using the changeset viewer.