From d2528d31bac20ff2f7f41355cd398d929d83136a Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 10 Dec 2012 20:38:35 +0000 Subject: -fixed status message notification for hidden contacts (reported by Andrzej Aleksiejuk) -removed the deprecated & bizarre aliases git-svn-id: http://svn.miranda-ng.org/main/trunk@2715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewXstatusNotify/src/popup.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/NewXstatusNotify/src/popup.h') diff --git a/plugins/NewXstatusNotify/src/popup.h b/plugins/NewXstatusNotify/src/popup.h index 13531388ae..d4f0768a2c 100644 --- a/plugins/NewXstatusNotify/src/popup.h +++ b/plugins/NewXstatusNotify/src/popup.h @@ -41,14 +41,14 @@ static struct { TCHAR *Text; int Action; } PopupActions[] = { - _T("Open message window"), PCA_OPENMESSAGEWND, - _T("Close popup"), PCA_CLOSEPOPUP, - _T("Open contact details window"), PCA_OPENDETAILS, - _T("Open contact menu"), PCA_OPENMENU, - _T("Open contact history"), PCA_OPENHISTORY, - _T("Do nothing"), PCA_DONOTHING + LPGENT("Open message window"), PCA_OPENMESSAGEWND, + LPGENT("Close popup"), PCA_CLOSEPOPUP, + LPGENT("Open contact details window"), PCA_OPENDETAILS, + LPGENT("Open contact menu"), PCA_OPENMENU, + LPGENT("Open contact history"), PCA_OPENHISTORY, + LPGENT("Do nothing"), PCA_DONOTHING }; -INT_PTR CALLBACK PopupDlgProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam); +LRESULT CALLBACK PopupDlgProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam); #endif \ No newline at end of file -- cgit v1.2.3