diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-19 10:09:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-19 10:09:24 +0000 |
commit | 3b94f5999249803fde203c39e46c613d1658b704 (patch) | |
tree | e5fd16538834a34a17a8e01325763a445944ab01 /plugins/Clist_modern | |
parent | 8ea68c29250090e6e0dc4bdb245d257ef92a450b (diff) |
fix for the resource includes paths
git-svn-id: http://svn.miranda-ng.org/main/trunk@1040 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 2e3b4d91f3..bfb6ecacfa 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -1181,7 +1181,7 @@ END 1 TEXTINCLUDE
BEGIN
- "..\src\resource.h\0"
+ "..\\src\\resource.h\0"
END
2 TEXTINCLUDE
|