From b1226db758ddef092db6eb036abc6513cc06c26f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 1 Jun 2020 17:01:42 +0300 Subject: fixes #2412 (Add ability to paste file URL instead of file sending initiation) --- include/m_srmm_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3