#include <oilfltrs.h>
Inheritance diagram for MSIconsOILFilter:
Public Member Functions | |
MSIconsOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 941 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1572 of file oilfltrs.cpp. 01572 : OILFilter(pFilter) 01573 { 01574 FilterName.Load(_R(IDN_FILTERNAME_MSICONS)); 01575 FilterExt.Load(_R(IDN_FILTEREXT_MSICONS)); 01576 }
|