From e7a776a6f5ab323cd9dd824e815846ef268fa7f1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 19 May 2012 17:35:44 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@82 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewAwaySysMod/SetAwayMsg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewAwaySysMod/SetAwayMsg.cpp') diff --git a/plugins/NewAwaySysMod/SetAwayMsg.cpp b/plugins/NewAwaySysMod/SetAwayMsg.cpp index 2a6d17a86f..50f876ff88 100644 --- a/plugins/NewAwaySysMod/SetAwayMsg.cpp +++ b/plugins/NewAwaySysMod/SetAwayMsg.cpp @@ -26,7 +26,7 @@ #include "ContactList.h" #include "MsgTree.h" #include "Properties.h" -#include "..\CommonLibs\m_NewAwaySys.h" +#include "m_NewAwaySys.h" #define EXTRAIMGLIST_DOT 0 #define EXTRAIMGLIST_IGNORE 1 @@ -968,7 +968,7 @@ int CALLBACK SetAwayMsgDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lP //TCString WindowTitle(TranslateT("Set ")); TCString WindowTitle(TranslateT("Set message for")); WindowTitle += _T(" \""); - WindowTitle += Status ? (TCHAR*)CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION, Status, GCMDF_TCHAR) : TranslateT("Statuses"); + WindowTitle += Status ? (TCHAR*)CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION, Status, GSMDF_TCHAR) : TranslateT("Statuses"); //WindowTitle += TranslateT(" message"); if (nNewContacts == 1) { -- cgit v1.2.3