summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-02-08 19:22:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-02-08 19:22:02 +0300
commit760867149a99443036f53c73190d53bd87039def (patch)
tree1711908197fb43057a11ba71fbd0019553b65c52 /plugins/ExternalAPI
parent5aebbf6c518190ea03ef3e26ef3f0cd74ff928ce (diff)
fixes #3023 (IEView: не отображаются подписи к файлтрансферам)
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r--plugins/ExternalAPI/m_ieview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/m_ieview.h b/plugins/ExternalAPI/m_ieview.h
index d02d3cdccc..cd2c107f55 100644
--- a/plugins/ExternalAPI/m_ieview.h
+++ b/plugins/ExternalAPI/m_ieview.h
@@ -55,7 +55,6 @@ struct IEVIEWWINDOW
#define IEEDF_UNICODE 0x00000001 // if set pszText is a pointer to wchar_t string instead of char string
#define IEEDF_UNICODE_TEXT 0x00000001 // if set pszText is a pointer to wchar_t string instead of char string
#define IEEDF_UNICODE_NICK 0x00000002 // if set pszNick is a pointer to wchar_t string instead of char string
-#define IEEDF_UNICODE_TEXT2 0x00000004 // if set pszText2 is a pointer to wchar_t string instead of char string
/* The following flags are valid only for message events (IEED_EVENT_MESSAGE) */
#define IEEDF_FORMAT_FONT 0x00000100 // if set pszFont (font name) is valid and should be used
@@ -125,7 +124,6 @@ struct IEVIEWEVENTDATA
BOOL bIsMe; // TRUE if the event is related to the user
DWORD time; // Time of the event
IEVIEWEVENTDATA *next;
- MAllCStrings szText2;
};
/* IEView events */