From 0cf3d858ada8d3838c7cfe54cd24888203cf83fb Mon Sep 17 00:00:00 2001 From: pescuma Date: Sun, 24 Feb 2008 18:28:15 +0000 Subject: Finished support for custom smileys git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@55 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/emoticons/OleImage.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Plugins/emoticons/OleImage.h') diff --git a/Plugins/emoticons/OleImage.h b/Plugins/emoticons/OleImage.h index 78c3e70..b91c15f 100644 --- a/Plugins/emoticons/OleImage.h +++ b/Plugins/emoticons/OleImage.h @@ -31,7 +31,7 @@ public: OleImage(const char *aFilename, const TCHAR *aText, const TCHAR *aTooltip); virtual ~OleImage(); - BOOL ShowDownloadingIcon(BOOL show); + BOOL SetFilename(const char *filename); BOOL isValid() const; const TCHAR * GetText() const; @@ -81,7 +81,6 @@ public: protected: char *filename; - char *originalFilename; TCHAR *text; BSTR tooltip; int width; -- cgit v1.2.3