Changeset 872 for trunk/dll/autoview.c


Ignore:
Timestamp:
Nov 23, 2007, 12:11:21 AM (18 years ago)
Author:
Gregg Young
Message:

Fix failure of font changes and font colors on main menus (tickets 27 & 162)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r870 r872  
    2121  01 Sep 07 GKY Use xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry
    2222  27 Sep 07 SHL Correct ULONGLONG size formatting
     23  22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus
    2324
    2425***********************************************************************/
     
    874875
    875876  case WM_CONTEXTMENU:
    876     CheckMenu(&AutoMenu, (id == MAIN_AUTOVIEWMLE) ?
     877    CheckMenu(hwnd, &AutoMenu, (id == MAIN_AUTOVIEWMLE) ?
    877878              IDM_AUTOVIEWMLE : IDM_AUTOVIEW);
    878879    WinCheckMenuItem(AutoMenu, IDM_AUTOVIEWFILE, !fComments);
Note: See TracChangeset for help on using the changeset viewer.