diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-04 11:36:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-04 11:36:46 +0000 |
commit | e305b0a6143716dba6c11fd1a4c6d60e6ed27fd6 (patch) | |
tree | 00ef33cc1294190073b622226695b6f223c23e25 /plugins/TrafficCounter/TrafficCounter_11.vcxproj | |
parent | 66cb770a982a2502456d10d73838df2b7239fd89 (diff) |
- fix for the crash on exit;
- options moved to the separate file
git-svn-id: http://svn.miranda-ng.org/main/trunk@3881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter/TrafficCounter_11.vcxproj')
-rw-r--r-- | plugins/TrafficCounter/TrafficCounter_11.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TrafficCounter/TrafficCounter_11.vcxproj b/plugins/TrafficCounter/TrafficCounter_11.vcxproj index 976f9378ed..110b4fd61e 100644 --- a/plugins/TrafficCounter/TrafficCounter_11.vcxproj +++ b/plugins/TrafficCounter/TrafficCounter_11.vcxproj @@ -526,6 +526,7 @@ <ItemGroup>
<ClCompile Include="src\commonheaders.cpp" />
<ClCompile Include="src\misc.cpp" />
+ <ClCompile Include="src\options.cpp" />
<ClCompile Include="src\opttree.cpp" />
<ClCompile Include="src\statistics.cpp" />
<ClCompile Include="src\TrafficCounter.cpp" />
|