summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SendScreenshotPlus/src/stdafx.h')
-rw-r--r--plugins/SendScreenshotPlus/src/stdafx.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/plugins/SendScreenshotPlus/src/stdafx.h b/plugins/SendScreenshotPlus/src/stdafx.h
index 3ace09ca3e..3fec3a8af1 100644
--- a/plugins/SendScreenshotPlus/src/stdafx.h
+++ b/plugins/SendScreenshotPlus/src/stdafx.h
@@ -67,6 +67,7 @@ using namespace std;
#include <m_popup.h>
#include <m_icolib.h>
#include <m_string.h>
+#include <m_message.h>
#include <m_folders.h>
#include <m_HTTPServer.h>
@@ -100,21 +101,21 @@ using namespace std;
#define MSGINFO (text) MessageBox(NULL, text, L"SendSS", MB_OK | MB_ICONINFORMATION)
typedef struct _MGLOBAL {
- DWORD mirandaVersion; // mirandaVersion
- BOOLEAN PopupExist : 1; // Popup or MS_POPUP_ADDPOPUP exist
- 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 PluginCloudFileExist: 1; // CloudFile or MS_CLOUDFILE_UPLOAD exists
+ DWORD mirandaVersion; // mirandaVersion
+ BOOLEAN PopupExist : 1; // Popup or MS_POPUP_ADDPOPUP exist
+ 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 PluginCloudFileExist: 1; // CloudFile or MS_CLOUDFILE_UPLOAD exists
} MGLOBAL, *LPMGLOBAL;
/////////////////////////////////////////////////////////////////////////////////////////
-#define ERROR_TITLE TranslateT("SendScreenshot - Error")
+#define ERROR_TITLE TranslateT("SendScreenshot - Error")
// Miranda Database Key
-#define MODULENAME "SendSS"
+#define MODULENAME "SendSS"
struct CMPlugin : public PLUGIN<CMPlugin>
{
@@ -128,13 +129,14 @@ extern ATOM g_clsTargetHighlighter;
extern MGLOBAL g_myGlobals;
extern HNETLIBUSER g_hNetlibUser;
-enum{
- ICO_MAIN=0,
+enum
+{
+ ICO_MAIN = 0,
ICO_MAINXS,
ICO_TARGET,
ICO_MONITOR,
ICO_END_,
- ICO_BTN_HELP=0,
+ ICO_BTN_HELP = 0,
ICO_BTN_FOLDER,
ICO_BTN_DESC,
ICO_BTN_DESCON,
@@ -145,7 +147,6 @@ enum{
ICO_BTN_UPDATE,
ICO_BTN_OK,
ICO_BTN_CANCEL,
-// ICO_BTN_APPLY,
ICO_BTN_EDIT,
ICO_BTN_EDITON,
ICO_BTN_COPY,