diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:57:24 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:57:24 +0100 |
commit | 98ef77406d84aa4a0c635d02ffff6c1b512af1d4 (patch) | |
tree | adc72e50d02f20fee841d365035d74b2ff2aaa39 /src/pixmaps/pixmaps-xp.vcxproj | |
parent | c65e16fd00dd3ceacac301f2f774bdf29cf211d2 (diff) |
Varname consolidation for the rest of pixmaps
Diffstat (limited to 'src/pixmaps/pixmaps-xp.vcxproj')
-rw-r--r-- | src/pixmaps/pixmaps-xp.vcxproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/pixmaps/pixmaps-xp.vcxproj b/src/pixmaps/pixmaps-xp.vcxproj index 06a6615e..8f7538ab 100644 --- a/src/pixmaps/pixmaps-xp.vcxproj +++ b/src/pixmaps/pixmaps-xp.vcxproj @@ -92,19 +92,19 @@ </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> - <None Include="user_voice.png" /> + <None Include="ulist_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="channel.png" /> - <None Include="dialog.png" /> - <None Include="fileoffer.png" /> - <None Include="highlight.png" /> - <None Include="message.png" /> - <None Include="server.png" /> - <None Include="util.png" /> + <None Include="tray_fileoffer.png" /> + <None Include="tray_highlight.png" /> + <None Include="tray_message.png" /> + <None Include="tree_channel.png" /> + <None Include="tree_dialog.png" /> + <None Include="tree_server.png" /> + <None Include="tree_util.png" /> <None Include="book.png" /> <None Include="hexchat.png" /> </ItemGroup> |