diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:17:29 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:17:29 +0200 |
commit | a9c8ab916b2106efce25b8b58ec850031a2dfbf3 (patch) | |
tree | a864f236294b7f6adcb0b3c57b015b761481d8c1 /win32/copy | |
parent | 25a9a60bab6e795367d402b82b0c9a19bfcc4f4d (diff) |
Rename X-Tray to HexTray
Diffstat (limited to 'win32/copy')
-rw-r--r-- | win32/copy/copy.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index 799ee8bf..a9db3e24 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -121,7 +121,7 @@ copy "$(OutDir)\xcpython.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xctcl.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcupd.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcxsasl.dll" "$(HexChatDest)\plugins" -copy "$(OutDir)\xtray.dll" "$(HexChatDest)\plugins" +copy "$(OutDir)\hextray.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcwinamp.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcwinsys.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcwmpa.dll" "$(HexChatDest)\plugins" @@ -204,7 +204,7 @@ copy "$(OutDir)\xcpython.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xctcl.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcupd.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcxsasl.dll" "$(HexChatDest)\plugins" -copy "$(OutDir)\xtray.dll" "$(HexChatDest)\plugins" +copy "$(OutDir)\hextray.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcwinamp.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcwinsys.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\xcwmpa.dll" "$(HexChatDest)\plugins" |