#include <oilfltrs.h>
Inheritance diagram for MSPaintOILFilter:
Public Member Functions | |
MSPaintOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 958 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1588 of file oilfltrs.cpp. 01588 : OILFilter(pFilter) 01589 { 01590 FilterName.Load(_R(IDN_FILTERNAME_MSPAINT)); 01591 FilterExt.Load(_R(IDN_FILTEREXT_MSPAINT)); 01592 }
|