diff options
author | Vlad Mironov <mironych@googlemail.com> | 2012-09-21 01:11:58 +0000 |
---|---|---|
committer | Vlad Mironov <mironych@googlemail.com> | 2012-09-21 01:11:58 +0000 |
commit | f7e71bfaf7a442860eece21b0d9c09bc3ab39272 (patch) | |
tree | 06ffa6d22d740ef5d74c7973607490a17a811e03 /plugins/TrafficCounter | |
parent | f3e89194114d36f50a16749c20b92c741eb58e48 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@1617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter')
-rw-r--r-- | plugins/TrafficCounter/.cproject | 3 | ||||
-rw-r--r-- | plugins/TrafficCounter/res/resource.rc | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/plugins/TrafficCounter/.cproject b/plugins/TrafficCounter/.cproject index 1e4cee6f19..0f799a8a7d 100644 --- a/plugins/TrafficCounter/.cproject +++ b/plugins/TrafficCounter/.cproject @@ -135,8 +135,9 @@ </folderInfo>
<folderInfo id="org.eclipse.cdt.msvc.toolchain.dll.debug.1048693141.1332487408.1959521771.1170774501" name="/" resourcePath="res">
<toolChain id="org.eclipse.cdt.msvc.toolchain.dll.debug.1775412055" name="org.eclipse.cdt.msvc.toolchain.dll.debug" superClass="org.eclipse.cdt.msvc.toolchain.dll.debug" unusedChildren="">
+ <targetPlatform id="org.eclipse.cdt.msvc.targetPlatform.dll.debug" superClass="org.eclipse.cdt.msvc.targetPlatform.dll.debug"/>
<tool id="org.eclipse.cdt.msvc.cl.c.dll.debug.623649956" name="C Compiler (cl)" superClass="org.eclipse.cdt.msvc.cl.c.dll.debug.1520652355">
- <option id="org.eclipse.cdt.msvc.cl.option.includes.2092493535" superClass="org.eclipse.cdt.msvc.cl.option.includes" valueType="includePath">
+ <option id="org.eclipse.cdt.msvc.cl.option.includes.2092493535" name="Include Path (/I)" superClass="org.eclipse.cdt.msvc.cl.option.includes" valueType="includePath">
<listOptionValue builtIn="false" value=""..\..\..\..\Include""/>
<listOptionValue builtIn="false" value=""..\..\ExternalAPI""/>
</option>
diff --git a/plugins/TrafficCounter/res/resource.rc b/plugins/TrafficCounter/res/resource.rc index 18924074b0..fa4d0ae192 100644 --- a/plugins/TrafficCounter/res/resource.rc +++ b/plugins/TrafficCounter/res/resource.rc @@ -10,7 +10,7 @@ //
#include <windows.h>
#include <winres.h>
-#include "..\..\Include\statusmodes.h"
+
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_UNINSTALL_ICON ICON "res\\network.ico"
+IDI_UNINSTALL_ICON ICON "network.ico"
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|