diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-10 12:32:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-10 12:32:03 +0000 |
commit | f2935b7bf093965926cee07254f7a015ecd492cd (patch) | |
tree | 81e00bcb8bdac225a425ba1035d4f6073e3cc2ad /plugins/ClientChangeNotify/src/CommonLibs/CString.cpp | |
parent | a1b63d25aab9a53bba2e587f38d71190729b4b68 (diff) |
fix for ClientChangeNotify:
- popup never gets displayed;
- "common" files extracted to the separate filter in project
git-svn-id: http://svn.miranda-ng.org/main/trunk@5631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/src/CommonLibs/CString.cpp')
-rw-r--r-- | plugins/ClientChangeNotify/src/CommonLibs/CString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/CommonLibs/CString.cpp b/plugins/ClientChangeNotify/src/CommonLibs/CString.cpp index a874b75721..de3e26d238 100644 --- a/plugins/ClientChangeNotify/src/CommonLibs/CString.cpp +++ b/plugins/ClientChangeNotify/src/CommonLibs/CString.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "Common.h"
+#include "../Common.h"
#include "CString.h"
#define STR_GROWBY 64
|