Changeset 1777 for trunk/dll/common.c


Ignore:
Timestamp:
Jun 13, 2014, 3:51:31 AM (11 years ago)
Author:
Steven Levine
Message:

Rework FM/2 Config menu. Add confirm delete toggle. (Steven)
Rework FM/2 Lite Config menu. Add drag&drop dialog toggle and confirm delete toggles. (Steven)
Correct View, Sort and Filter button initialization. (Steven)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/common.c

    r1655 r1777  
    180180
    181181      rc = PFNWPStatic(hwnd, msg, mp1, mp2);
    182       switch (WinQueryWindowUShort(hwnd, QWS_ID))
    183     case DIR_SORT:
    184     case DIR_VIEW:
    185     case DIR_FILTER:
     182      // 2014-06-11 SHL
     183      switch (WinQueryWindowUShort(hwnd, QWS_ID)) {
     184      case DIR_SORT:
     185      case DIR_VIEW:
     186      case DIR_FILTER:
    186187        //fixme to allow user to change presparams 1-10-09 GKY
    187188        SetPresParams(hwnd, &RGBGREY, &RGBBLACK, &RGBBLACK, FNT_8HELVETICA);
    188       return rc;
    189     }
    190   }
     189        return rc;
     190      }
     191    }
     192  } // switch msg
    191193  return PFNWPStatic(hwnd, msg, mp1, mp2);
    192194}
Note: See TracChangeset for help on using the changeset viewer.