Changeset 1869 for trunk/dll/notebook.c


Ignore:
Timestamp:
Sep 21, 2015, 12:31:25 AM (10 years ago)
Author:
Gregg Young
Message:

Turn off DbgMsgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notebook.c

    r1863 r1869  
    38203820    // 15 Feb 08 SHL fixme to be gone when/if IDM_NOTEBOOK gone?
    38213821    if (mp2 == MPFROMLONG(IDM_NOTEBOOK)) {
    3822       DbgMsg(pszSrcFile, __LINE__, "Trying to translate IDM_NOTEBOOK");
     3822      //DbgMsg(pszSrcFile, __LINE__, "Trying to translate IDM_NOTEBOOK");
    38233823      hwndTemp = WinQueryWindow(hwnd, QW_OWNER);
    38243824      if (hwndTemp != HWND_DESKTOP) {
Note: See TracChangeset for help on using the changeset viewer.