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/AutoRun | |
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/AutoRun')
-rw-r--r-- | plugins/AutoRun/res/autorun.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AutoRun/res/autorun.rc b/plugins/AutoRun/res/autorun.rc index 75a2458f55..f3ed41a619 100644 --- a/plugins/AutoRun/res/autorun.rc +++ b/plugins/AutoRun/res/autorun.rc @@ -47,7 +47,7 @@ END 1 TEXTINCLUDE DISCARDABLE
BEGIN
- "..\src\resource.h\0"
+ "..\\src\\resource.h\0"
END
2 TEXTINCLUDE DISCARDABLE
|