LiFan
2024-11-13 feccef8c2b99af30b6937c42568f2fb7c82dbae2
jrj/xframe/xcontrol/ximageview.hpp
@@ -15,7 +15,7 @@
        return (kimageview*)getNativePointer();
    }
public:
    int AddImages(LPCTSTR pUrl, LPCTSTR pText=NULL)
    int AddImages(LPCTSTR pUrl, LPCTSTR pText=L"")
    {
        return GetKImageView()->AddImages(pUrl, (LPTSTR)pText);
    }