diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-29 00:42:52 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-29 00:42:52 +0100 |
commit | 07cbcfe846f2047019690be3b941184f889ee87b (patch) | |
tree | 6a89c0361698707ea53c70366b14dbf8a195743a /win32/hexchat-xp.props | |
parent | 09c7f2c935849bd0dd3c6c86c4c6e2a0d2384bd9 (diff) |
Make HexTray filename consistent with the rest
Diffstat (limited to 'win32/hexchat-xp.props')
-rw-r--r-- | win32/hexchat-xp.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props index 695a3ed4..3748fbf0 100644 --- a/win32/hexchat-xp.props +++ b/win32/hexchat-xp.props @@ -90,6 +90,7 @@ copy "$(HexChatBin)hcdns.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins" +copy "$(HexChatBin)hchextray.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hclua.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcmpcinfo.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-512.dll" "$(HexChatRel)\plugins" @@ -98,7 +99,6 @@ copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hctcl.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins" -copy "$(HexChatBin)hextray.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins" |