summary refs log tree commit diff stats
path: root/src/common/util.h
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.h
parent25a9a60bab6e795367d402b82b0c9a19bfcc4f4d (diff)
Rename X-Tray to HexTray
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 82d74366..c2f1e118 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -58,6 +58,6 @@ guint32 str_ihash (const unsigned char *key);
 void safe_strcpy (char *dest, const char *src, int bytes_left);
 void canonalize_key (char *key);
 int portable_mode ();
-int xtray_mode ();
+int hextray_mode ();
 
 #endif