summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/stdafx.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-02-24 15:19:44 +0300
committeraunsane <aunsane@gmail.com>2018-02-24 15:19:44 +0300
commit1cd49f75aa0dd71a1df44a1740dd4c15fe5656cf (patch)
treed7e1520cb74d662afe839f54eb7b54d2c01c7d3e /plugins/SendScreenshotPlus/src/stdafx.h
parentb2eb0ef7a0f7f2b2bae0a48966038a673701df21 (diff)
SendSS: Reworking settings (#1144)
CloudFile: fix upload service Db_autobackups: fix build
Diffstat (limited to 'plugins/SendScreenshotPlus/src/stdafx.h')
-rw-r--r--plugins/SendScreenshotPlus/src/stdafx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SendScreenshotPlus/src/stdafx.h b/plugins/SendScreenshotPlus/src/stdafx.h
index 7293726ffe..7a899f61b8 100644
--- a/plugins/SendScreenshotPlus/src/stdafx.h
+++ b/plugins/SendScreenshotPlus/src/stdafx.h
@@ -72,7 +72,7 @@ using namespace std;
#include <m_ftpfile.h>
#include <m_sendss.h>
#include <m_userinfoex.h>
-#include <m_dropbox.h>
+#include <m_cloudfile.h>
#include "mir_string.h"
#include "ctrl_button.h"
@@ -84,7 +84,7 @@ using namespace std;
#include "CSendFile.h"
#include "CSendFTPFile.h"
#include "CSendHTTPServer.h"
-#include "CSendDropbox.h"
+#include "CSendCloduFile.h"
#include "CSendHost_ImageShack.h"
#include "CSendHost_uploadpie.h"
#include "CSendHost_imgur.h"
@@ -106,7 +106,7 @@ typedef struct _MGLOBAL {
BOOLEAN PopupActionsExist : 1; // Popup++ or MS_POPUP_REGISTERACTIONS exist
BOOLEAN PluginHTTPExist : 1; // HTTPServer or MS_HTTP_ACCEPT_CONNECTIONS exist
BOOLEAN PluginFTPExist : 1; // FTPFile or MS_FTPFILE_UPLOAD exist
- BOOLEAN PluginDropboxExist : 1; // Dropbox or MS_DROPBOX_SEND_FILE exists
+ BOOLEAN PluginCloudFileExist: 1; // CloudFile or MS_CLOUDFILE_UPLOAD exists
} MGLOBAL, *LPMGLOBAL;