Changeset 872 for trunk/dll/seeall.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/seeall.c

    r850 r872  
    32333233        pAD->hwndPopup =
    32343234          WinLoadMenu(HWND_DESKTOP, FM3ModHandle, SEEALL_POPUP);
    3235         if (pAD->hwndPopup) {
     3235        if (pAD->hwndPopup) {
    32363236          WinSetPresParam(pAD->hwndPopup, PP_FONTNAMESIZE,
    3237                           (ULONG) strlen(GetPString(IDS_8HELVTEXT)) + 1,
    3238                           (PVOID) GetPString(IDS_8HELVTEXT));
     3237                          (ULONG) strlen(GetPString(IDS_8HELVTEXT)) + 1,
     3238                          (PVOID) GetPString(IDS_8HELVTEXT));
    32393239          SetConditionalCascade(pAD->hwndPopup,
    32403240                                IDM_DELETESUBMENU,
Note: See TracChangeset for help on using the changeset viewer.