diff options
| author | George Hazan <george.hazan@gmail.com> | 2012-06-09 22:54:08 +0000 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2012-06-09 22:54:08 +0000 |
| commit | 9a452de527d55caed4dfdb01f8fc3d549d9be5b3 (patch) | |
| tree | 8b78e54d8f94fecf43208c595ee0cad271f53384 /plugins/TopToolBar/TopToolBar.vcxproj.filters | |
| parent | 6b2c624499dc8e6edf5ccd03403a6d4a05d65344 (diff) | |
- fixes for Unicode;
- fixes for a hangup in nicer+;
- code redesign;
- CLCButton.cpp removed from project
git-svn-id: http://svn.miranda-ng.org/main/trunk@374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/TopToolBar.vcxproj.filters')
| -rw-r--r-- | plugins/TopToolBar/TopToolBar.vcxproj.filters | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/TopToolBar/TopToolBar.vcxproj.filters b/plugins/TopToolBar/TopToolBar.vcxproj.filters index 9066e55109..12fb8c451d 100644 --- a/plugins/TopToolBar/TopToolBar.vcxproj.filters +++ b/plugins/TopToolBar/TopToolBar.vcxproj.filters @@ -156,9 +156,6 @@ </ResourceCompile>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CLCButton.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="InternalButtons.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -177,5 +174,8 @@ <ClCompile Include="button.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="toolbar.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file |
