summary refs log tree commit diff stats
path: root/plugins/python/python.c
diff options
context:
space:
mode:
authorxhmikosr <xhmikosr@yahoo.com>2012-07-19 18:25:49 +0300
committerxhmikosr <xhmikosr@yahoo.com>2012-07-19 18:30:12 +0300
commitf535702903a26cf25a8e2d97b41b503efedfa2ee (patch)
tree7ae4059bf1e15d2917233df2d6612a0781356db2 /plugins/python/python.c
parent0d87087fcea452604120faa77f6991e7573a8e3e (diff)
more branding changes
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r--plugins/python/python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c
index d1cdb1c8..3824fd37 100644
--- a/plugins/python/python.c
+++ b/plugins/python/python.c
@@ -389,7 +389,7 @@ Util_Autoload()
 	char *sub_dir;
 	/* we need local filesystem encoding for chdir, opendir etc */
 
-	/* auto-load from ~/.xchat2/ or %APPDATA%\X-Chat 2\ */
+	/* auto-load from ~/.xchat2/ or %APPDATA%\HexChat\ */
 	xdir = xchat_get_info(ph, "xchatdirfs");
 	Util_Autoload_from(xchat_get_info(ph, "xchatdirfs"));