summaryrefslogtreecommitdiff
path: root/plugins/QuickContacts/src/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/QuickContacts/src/dialog.cpp')
-rw-r--r--plugins/QuickContacts/src/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/QuickContacts/src/dialog.cpp b/plugins/QuickContacts/src/dialog.cpp
index f52297f4cb..16e01c4b80 100644
--- a/plugins/QuickContacts/src/dialog.cpp
+++ b/plugins/QuickContacts/src/dialog.cpp
@@ -590,7 +590,7 @@ static INT_PTR CALLBACK MainDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA
if (!IsWindowEnabled(GetDlgItem(hwndDlg, IDC_FILE)))
break;
- CallService(MS_FILE_SENDFILE, hContact, 0);
+ File::Send(hContact);
g_plugin.setDword("LastSentTo", hContact);
SendMessage(hwndDlg, WM_CLOSE, 0, 0);