Changeset 448 for trunk/DirectShowSpy


Ignore:
Timestamp:
May 21, 2015, 7:50:42 AM (9 years ago)
Author:
roman
Message:

Minimize box in property sheets

Location:
trunk/DirectShowSpy
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy/FilterGraphList.h

    r441 r448  
    621621// CFilterGraphListPropertySheet
    622622        CFilterGraphListPropertySheet(COptions* pOptions = NULL) :
    623                 CSizablePropertySheetT<CFilterGraphListPropertySheet>(IDS_FILTERGRAPHLIST_LIST_PROPERTYSHEETCAPTION),
     623                CSizablePropertySheetT<CFilterGraphListPropertySheet>(IDS_FILTERGRAPHLIST_LIST_PROPERTYSHEETCAPTION, TRUE),
    624624                m_ListPropertyPage(this)
    625625        {
  • trunk/DirectShowSpy/MediaSampleTrace.h

    r441 r448  
    15161516// CMediaSampleTracePropertySheet
    15171517        CMediaSampleTracePropertySheet() :
    1518                 CSizablePropertySheetT<CMediaSampleTracePropertySheet>(IDS_MEDIASAMPLETRACE_MEDIASAMPLE_PROPERTYSHEETCAPTION),
     1518                CSizablePropertySheetT<CMediaSampleTracePropertySheet>(IDS_MEDIASAMPLETRACE_MEDIASAMPLE_PROPERTYSHEETCAPTION, TRUE),
    15191519                m_MediaSamplePropertyPage(this)
    15201520        {
Note: See TracChangeset for help on using the changeset viewer.