Changeset 881 for trunk


Ignore:
Timestamp:
Nov 30, 2007, 1:47:02 AM (18 years ago)
Author:
Gregg Young
Message:

CopyPresParams now copies menu colors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/presparm.c

    r877 r881  
    327327    AttrName[] = { PP_FONTNAMESIZE, PP_FOREGROUNDCOLOR,
    328328    PP_BACKGROUNDCOLOR, PP_HILITEBACKGROUNDCOLOR,
    329     PP_HILITEFOREGROUNDCOLOR, PP_BORDERCOLOR};
    330 
    331   for (x=0; x < 6; x++) {
     329    PP_HILITEFOREGROUNDCOLOR, PP_BORDERCOLOR, PP_MENUFOREGROUNDCOLOR,
     330    PP_MENUBACKGROUNDCOLOR};
     331
     332  for (x=0; x < 8; x++) {
    332333    cbRetLen = WinQueryPresParam(source,
    333334                                 AttrName[x],
Note: See TracChangeset for help on using the changeset viewer.