summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/popup.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-12-10 20:38:35 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-12-10 20:38:35 +0000
commitd2528d31bac20ff2f7f41355cd398d929d83136a (patch)
tree0255b613a37fea391b1e3b3e74ed66a943f60d80 /plugins/NewXstatusNotify/src/popup.h
parent4d4710c1749592ec32b5adec4d2c974ebc5fa4ce (diff)
-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
Diffstat (limited to 'plugins/NewXstatusNotify/src/popup.h')
-rw-r--r--plugins/NewXstatusNotify/src/popup.h14
1 files changed, 7 insertions, 7 deletions
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