From 43ab22c6b58eccb328b1c738e6d7aa8e171e9d3f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Feb 2017 15:34:13 +0300 Subject: - fixes #712 (chaos in file name processing) - massive code cleaning --- plugins/SendScreenshotPlus/src/CSendDropbox.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/CSendDropbox.cpp') diff --git a/plugins/SendScreenshotPlus/src/CSendDropbox.cpp b/plugins/SendScreenshotPlus/src/CSendDropbox.cpp index 449a091b25..c286bdf4be 100644 --- a/plugins/SendScreenshotPlus/src/CSendDropbox.cpp +++ b/plugins/SendScreenshotPlus/src/CSendDropbox.cpp @@ -26,10 +26,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -//--------------------------------------------------------------------------- #include "stdafx.h" -//--------------------------------------------------------------------------- +///////////////////////////////////////////////////////////////////////////////////////// + CSendDropbox::CSendDropbox(HWND Owner, MCONTACT hContact, bool bAsync) : CSend(Owner, hContact, bAsync) { @@ -42,7 +42,7 @@ CSendDropbox::~CSendDropbox() { } -//--------------------------------------------------------------------------- +///////////////////////////////////////////////////////////////////////////////////////// int CSendDropbox::Send() { @@ -50,7 +50,7 @@ int CSendDropbox::Send() return 0; } -//--------------------------------------------------------------------------- +///////////////////////////////////////////////////////////////////////////////////////// void CSendDropbox::SendThread() { -- cgit v1.2.3