summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2014-04-24 11:58:04 +0000
committerRené Schümann <white06tiger@gmail.com>2014-04-24 11:58:04 +0000
commit7d1a43aa4818c8ce9a2bab686167f12db2f792d7 (patch)
tree6b2e8c5ccce3736a986117f52ce1cc5a3cc7616c /plugins/SendScreenshotPlus
parentdac37f648ff8eedc48a98d91c199a3f3b3e4229f (diff)
! fix for r8959, expire time was hardcoded to 30 minutes instead of being selectable... (CSendHost)
* also fixed encoding in UMainForm, dunno why one of my commits killed it... git-svn-id: http://svn.miranda-ng.org/main/trunk@9066 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus')
-rw-r--r--plugins/SendScreenshotPlus/src/CSendHost_uploadpie.cpp2
-rw-r--r--plugins/SendScreenshotPlus/src/UMainForm.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.cpp b/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.cpp
index aa4a82abc4..0218956559 100644
--- a/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.cpp
@@ -39,7 +39,7 @@ int CSendHost_UploadPie::Send()
{"MAX_FILE_SIZE",HTTPFORM_INT(3145728)},// ??
{"upload",HTTPFORM_INT(1)},// ??
{"uploadedfile",HTTPFORM_FILE(tmp)},
- {"expire",HTTPFORM_INT(1)},// 30m
+ {"expire",HTTPFORM_INT(m_expire)},// 30m
//{"expire",HTTPFORM_INT(2,},// 1h
//{"expire",HTTPFORM_INT(3)},// 6h
//{"expire",HTTPFORM_INT(4)},// 1d
diff --git a/plugins/SendScreenshotPlus/src/UMainForm.cpp b/plugins/SendScreenshotPlus/src/UMainForm.cpp
index f387dc2287..8cf2a967ce 100644
--- a/plugins/SendScreenshotPlus/src/UMainForm.cpp
+++ b/plugins/SendScreenshotPlus/src/UMainForm.cpp
@@ -9,7 +9,7 @@ This file is part of Send Screenshot Plus, a Miranda IM plugin.
Copyright (c) 2010 Ing.U.Horn
Parts of this file based on original sorce code
-(c) 2004-2006 S�rgio Vieira Rolanski (portet from Borland C++)
+(c) 2004-2006 Sérgio Vieira Rolanski (portet from Borland C++)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License