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.vcxproj | |
parent | f7013f70a53f644e0326d32287d59b91f627e792 (diff) |
Provide builtin defauls for treeview icons
Diffstat (limited to 'src/pixmaps/pixmaps.vcxproj')
-rw-r--r-- | src/pixmaps/pixmaps.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pixmaps/pixmaps.vcxproj b/src/pixmaps/pixmaps.vcxproj index 84f89609..812fa805 100644 --- a/src/pixmaps/pixmaps.vcxproj +++ b/src/pixmaps/pixmaps.vcxproj @@ -93,6 +93,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" /> @@ -100,6 +102,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" /> |