diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-18 12:13:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-18 12:13:42 +0000 |
commit | 9893f0ea9fdb640962f32db7f20b07ffcab33acc (patch) | |
tree | c9bcff67ec05812983e350058a6e9cdf389e3c74 /plugins/TopToolBar/TopToolBar.vcxproj | |
parent | 81fe4a0a34e8e07305381e18e449246fef822673 (diff) |
- options' fixes
- separators drawing fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@470 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/TopToolBar.vcxproj')
-rw-r--r-- | plugins/TopToolBar/TopToolBar.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TopToolBar/TopToolBar.vcxproj b/plugins/TopToolBar/TopToolBar.vcxproj index 2a86528e9e..788b21a647 100644 --- a/plugins/TopToolBar/TopToolBar.vcxproj +++ b/plugins/TopToolBar/TopToolBar.vcxproj @@ -268,11 +268,9 @@ </ItemGroup>
<ItemGroup>
<ClCompile Include="InternalButtons.cpp" />
- <ClCompile Include="launchbt.cpp" />
<ClCompile Include="main.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="separators.cpp" />
<ClCompile Include="toolbar.cpp" />
<ClCompile Include="ttbopt.cpp" />
</ItemGroup>
|