diff options
author | René Schümann <white06tiger@gmail.com> | 2014-12-25 00:30:57 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2014-12-25 00:30:57 +0000 |
commit | a58980cb6fcfb7fb81696a72546c1fc4c82ed4f0 (patch) | |
tree | 1de49cb03d5c9c3bb10f458e9affd29d310ff547 /plugins/SendScreenshotPlus/SendSS_12.vcxproj | |
parent | c0846ad8541a49f1467d32d3208df9671779f5b8 (diff) |
SendSS:
- removed mir_icolib and replaced with direct calls (using defines to simplify usage, improved performance)
* improved icon define names
* renamed ssClose.ico => ssCancel.ico to better reflect its use
* slight improvement to ssEditOn.ico
!!! this change dramatically changed SendSS's internal icon layout, iconpacks for SendSS must to be adjusted
git-svn-id: http://svn.miranda-ng.org/main/trunk@11610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/SendSS_12.vcxproj')
-rw-r--r-- | plugins/SendScreenshotPlus/SendSS_12.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/SendSS_12.vcxproj b/plugins/SendScreenshotPlus/SendSS_12.vcxproj index 3b9b52a4c2..6fc0f6fc20 100644 --- a/plugins/SendScreenshotPlus/SendSS_12.vcxproj +++ b/plugins/SendScreenshotPlus/SendSS_12.vcxproj @@ -181,7 +181,6 @@ <ClCompile Include="src\UMainForm.cpp" />
<ClCompile Include="src\ctrl_button.cpp" />
<ClCompile Include="src\dlg_msgbox.cpp" />
- <ClCompile Include="src\mir_icolib.cpp" />
<ClCompile Include="src\mir_string.cpp" />
<ClCompile Include="src\Utils.cpp" />
<ClCompile Include="src\CSend.cpp" />
@@ -201,7 +200,6 @@ <ClInclude Include="src\UMainForm.h" />
<ClInclude Include="src\ctrl_button.h" />
<ClInclude Include="src\dlg_msgbox.h" />
- <ClInclude Include="src\mir_icolib.h" />
<ClInclude Include="src\mir_string.h" />
<ClInclude Include="src\Utils.h" />
<ClInclude Include="src\resource.h" />
|