diff options
author | Maciej Wycik <makar@poczta.of.pl> | 2014-02-12 18:11:28 +0000 |
---|---|---|
committer | Maciej Wycik <makar@poczta.of.pl> | 2014-02-12 18:11:28 +0000 |
commit | e30e024786d7adf32298063dd845295850fee944 (patch) | |
tree | 5b929bf5309f3584f6deffd340b147f04a5c67db /plugins/Exchange/res | |
parent | b0a21376a30822ed7da32db70094f19a106f5315 (diff) |
MAPI requires non-unicode strings in some places.
git-svn-id: http://svn.miranda-ng.org/main/trunk@8113 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Exchange/res')
-rw-r--r-- | plugins/Exchange/res/exchange.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Exchange/res/exchange.rc b/plugins/Exchange/res/exchange.rc index 337c167ec8..adda08baa9 100644 --- a/plugins/Exchange/res/exchange.rc +++ b/plugins/Exchange/res/exchange.rc @@ -5,7 +5,7 @@ #include <windows.h>
#include <commctrl.h>
#include <richedit.h>
-#include "src\resource.h"
+#include "..\src\resource.h"
@@ -60,8 +60,8 @@ FONT 8, "MS Shell Dlg", 400, 0, 1 // Icon resources
//
LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
-IDI_MAIL ICON "res\\mail.ico"
+IDI_MAIL ICON "..\\res\\mail.ico"
LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
-IDI_UNREAD ICON "res\\unread.ico"
+IDI_UNREAD ICON "..\\res\\unread.ico"
|