summary refs log tree commit diff stats
path: root/src/common/util.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-29 00:42:52 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-29 00:42:52 +0100
commit07cbcfe846f2047019690be3b941184f889ee87b (patch)
tree6a89c0361698707ea53c70366b14dbf8a195743a /src/common/util.c
parent09c7f2c935849bd0dd3c6c86c4c6e2a0d2384bd9 (diff)
Make HexTray filename consistent with the rest
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c
index 5980a791..535c00b2 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -1897,7 +1897,7 @@ int
 hextray_mode ()
 {
 #ifdef WIN32
-	if ((_access( "plugins/hextray.dll", 0 )) != -1)
+	if ((_access( "plugins/hchextray.dll", 0 )) != -1)
 	{
 		return 1;
 	}