summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/Main.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2016-08-28 14:24:23 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2016-08-28 14:24:23 +0000
commitab4ac1ba8910c3974b4cfb2af3434e5263cdc8bd (patch)
treef4086801f255d43339757578e5edc421e85147c3 /plugins/SendScreenshotPlus/src/Main.cpp
parent0702373629c3f8d96ce0b7e744d3a262ca1f6bb3 (diff)
SendScreenshot:
- Fixed FTPFile support git-svn-id: http://svn.miranda-ng.org/main/trunk@17215 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/Main.cpp')
-rw-r--r--plugins/SendScreenshotPlus/src/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp
index 045bcbff2c..2b5804e009 100644
--- a/plugins/SendScreenshotPlus/src/Main.cpp
+++ b/plugins/SendScreenshotPlus/src/Main.cpp
@@ -228,7 +228,7 @@ int hook_ModulesLoaded(WPARAM, LPARAM)
g_myGlobals.PopupExist = ServiceExists(MS_POPUP_ADDPOPUPT);
g_myGlobals.PopupActionsExist = ServiceExists(MS_POPUP_REGISTERACTIONS);
g_myGlobals.PluginHTTPExist = ServiceExists(MS_HTTP_ACCEPT_CONNECTIONS);
- g_myGlobals.PluginFTPExist = ServiceExists(MS_FTPFILE_SHAREFILE);
+ g_myGlobals.PluginFTPExist = ServiceExists(MS_FTPFILE_UPLOAD);
g_myGlobals.PluginDropboxExist = ServiceExists(MS_DROPBOX_UPLOAD);
// Netlib register
NETLIBUSER nlu = { sizeof(nlu) };