summary refs log tree commit diff stats
path: root/src/common/msproxy.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-25 00:16:27 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-25 00:16:27 +0200
commitd6dec82d3d5bf2b130fa8c989c5650710e5b703e (patch)
treedc421f2856933d358ae9aaa7b5ef9dceafda11d3 /src/common/msproxy.h
parent1a75c8e1be58a25510642605dcd40c5c65e9c3f3 (diff)
Some more rebranding
Diffstat (limited to 'src/common/msproxy.h')
-rw-r--r--src/common/msproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/msproxy.h b/src/common/msproxy.h
index d37c81c5..9dce4e2e 100644
--- a/src/common/msproxy.h
+++ b/src/common/msproxy.h
@@ -23,7 +23,7 @@
 
 #include "network.h"
 
-#define MSPROXY_EXECUTABLE 		"xchat.exe"	/* This probably can be used for access control on the server side */
+#define MSPROXY_EXECUTABLE 		"hexchat.exe"	/* This probably can be used for access control on the server side */
 
 #define MSPROXY_MINLENGTH		172		/* minimum length of packet.				*/
 #define NT_MAXNAMELEN			17		/* maximum name length (domain etc), comes from NetBIOS */