diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 01:42:47 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 01:42:47 +0100 |
commit | 396d74322af6af7a6d813643ecab2a3f9b3f7bba (patch) | |
tree | eba74c5951120abd2e0f85a7fc0fe213ea5d1b8f /src/pixmaps/pixmaps.vcxproj | |
parent | 58e7e967db34e88b6a76801d8d05e3ce68a21295 (diff) |
Rainbow user list colors and more senseful variable names
Diffstat (limited to 'src/pixmaps/pixmaps.vcxproj')
-rw-r--r-- | src/pixmaps/pixmaps.vcxproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/pixmaps/pixmaps.vcxproj b/src/pixmaps/pixmaps.vcxproj index e3072bb2..623724d7 100644 --- a/src/pixmaps/pixmaps.vcxproj +++ b/src/pixmaps/pixmaps.vcxproj @@ -89,21 +89,21 @@ </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> + <None Include="user_voice.png" /> + <None Include="ulist_halfop.png" /> + <None Include="ulist_op.png" /> + <None Include="ulist_owner.png" /> + <None Include="ulist_founder.png" /> + <None Include="ulist_netop.png" /> <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" /> <None Include="message.png" /> - <None Include="op.png" /> - <None Include="orange.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" /> <ImportGroup Label="ExtensionTargets"> |