diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 15:31:25 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 15:31:25 +0200 |
commit | c01ee90ef6eaf62e1ec3b10567a54a0b7c0a3977 (patch) | |
tree | 9bf150d2ad74f0c8730aa7d282bddef7bfea27c3 /src/pixmaps/pixmaps-xp.vcxproj | |
parent | f7013f70a53f644e0326d32287d59b91f627e792 (diff) |
Provide builtin defauls for treeview icons
Diffstat (limited to 'src/pixmaps/pixmaps-xp.vcxproj')
-rw-r--r-- | src/pixmaps/pixmaps-xp.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pixmaps/pixmaps-xp.vcxproj b/src/pixmaps/pixmaps-xp.vcxproj index 24e63fd1..2a3a8a6b 100644 --- a/src/pixmaps/pixmaps-xp.vcxproj +++ b/src/pixmaps/pixmaps-xp.vcxproj @@ -96,6 +96,8 @@ <ItemGroup> <None Include="..\..\hexchat.png" /> <None Include="book.png" /> + <None Include="channel.png" /> + <None Include="dialog.png" /> <None Include="fileoffer.png" /> <None Include="highlight.png" /> <None Include="hop.png" /> @@ -103,6 +105,8 @@ <None Include="op.png" /> <None Include="purple.png" /> <None Include="red.png" /> + <None Include="server.png" /> + <None Include="util.png" /> <None Include="voice.png" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |