diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-29 12:26:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-29 12:26:30 +0000 |
commit | a8a50f49bfb48bb3e4115e0d63f5c6ac8c095bf1 (patch) | |
tree | 41b95a20889a26dff87b832d5e9efbde4c26a94d /plugins/NewXstatusNotify/NewXstatusNotify_11.vcxproj | |
parent | 23e6aa0cc68c88343d6fd13188881fc11f66c7dc (diff) |
option for ignoring empty status messages now used for xstatuses
option checkbox moved to main popup page in nxsn
git-svn-id: http://svn.miranda-ng.org/main/trunk@5178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/NewXstatusNotify_11.vcxproj')
-rw-r--r-- | plugins/NewXstatusNotify/NewXstatusNotify_11.vcxproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/NewXstatusNotify/NewXstatusNotify_11.vcxproj b/plugins/NewXstatusNotify/NewXstatusNotify_11.vcxproj index 2c8708f5de..59420afdb3 100644 --- a/plugins/NewXstatusNotify/NewXstatusNotify_11.vcxproj +++ b/plugins/NewXstatusNotify/NewXstatusNotify_11.vcxproj @@ -214,6 +214,19 @@ <ResourceCompile Include="res\resource.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <Image Include="res\disable_all.ico" />
+ <Image Include="res\enable_all.ico" />
+ <Image Include="res\logging.ico" />
+ <Image Include="res\main_off.ico" />
+ <Image Include="res\main_on.ico" />
+ <Image Include="res\popup.ico" />
+ <Image Include="res\reset.ico" />
+ <Image Include="res\sound.ico" />
+ <Image Include="res\status_message.ico" />
+ <Image Include="res\variables.ico" />
+ <Image Include="res\xstatus.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|