From 99e1f60a6570c12fd02a9a2ebe8915680d2bfcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCmann?= Date: Fri, 11 Apr 2014 17:11:23 +0000 Subject: SendSS: *+ improved "Result"-Dialog (resource.rc/h, CSend, mir_icolib) added thumbnail link added copy buttons w/ images (copy raw, BBCode image, BBCode image with link) also improved handling. Now plays sound before dialog opens (was on close before) * CSend got new member variables. m_URL and m_URLthumb to hold image URLs (used by FTP,HTTP and ImageShack as of now) - removed m_URL and similar from CSendFTPFile and CSendHTTPServer git-svn-id: http://svn.miranda-ng.org/main/trunk@8957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/CSendFTPFile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/SendScreenshotPlus/src/CSendFTPFile.h') diff --git a/plugins/SendScreenshotPlus/src/CSendFTPFile.h b/plugins/SendScreenshotPlus/src/CSendFTPFile.h index fb70249f1c..c5c64d1bba 100644 --- a/plugins/SendScreenshotPlus/src/CSendFTPFile.h +++ b/plugins/SendScreenshotPlus/src/CSendFTPFile.h @@ -40,7 +40,6 @@ class CSendFTPFile : public CSend { protected: char* m_pszFileName; - char* m_URL; void SendThread(); static void SendThreadWrapper(void * Obj); }; -- cgit v1.2.3