diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-01 17:01:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-01 17:01:42 +0300 |
commit | b1226db758ddef092db6eb036abc6513cc06c26f (patch) | |
tree | 2499e46c3d04d4f3e7147575d48a86ac9a27b7b9 /include | |
parent | f515f0b6947691d8416b9e8ea585afce97bca5c9 (diff) |
fixes #2412 (Add ability to paste file URL instead of file sending initiation)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_srmm_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 5c0e75e27f..28b67984b4 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -197,6 +197,7 @@ protected: int NotifyEvent(int code); bool ProcessFileDrop(HDROP hDrop, MCONTACT hContact); + bool PasteFilesAsURL(HDROP hDrop); bool ProcessHotkeys(int key, bool bShift, bool bCtrl, bool bAlt); void RefreshButtonStatus(void); void RunUserMenu(HWND hwndOwner, struct USERINFO *ui, const POINT &pt); |