summary refs log tree commit diff stats
path: root/src/common/util.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 23:17:29 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 23:17:29 +0200
commita9c8ab916b2106efce25b8b58ec850031a2dfbf3 (patch)
treea864f236294b7f6adcb0b3c57b015b761481d8c1 /src/common/util.c
parent25a9a60bab6e795367d402b82b0c9a19bfcc4f4d (diff)
Rename X-Tray to HexTray
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/util.c b/src/common/util.c
index 27f0aa40..74146b21 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -1885,10 +1885,10 @@ portable_mode ()
 }
 
 int
-xtray_mode ()
+hextray_mode ()
 {
 #ifdef WIN32
-	if ((_access( "plugins/xtray.dll", 0 )) != -1)
+	if ((_access( "plugins/hextray.dll", 0 )) != -1)
 	{
 		return 1;
 	}