summary refs log tree commit diff stats
path: root/plugins/perl/perl.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/perl/perl.c
parent0d87087fcea452604120faa77f6991e7573a8e3e (diff)
more branding changes
Diffstat (limited to 'plugins/perl/perl.c')
-rw-r--r--plugins/perl/perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c
index ac231867..1250e766 100644
--- a/plugins/perl/perl.c
+++ b/plugins/perl/perl.c
@@ -144,7 +144,7 @@ perl_auto_load (void *unused)
 	if (!xdir)			/* xchatdirfs is new for 2.0.9, will fail on older */
 		xdir = xchat_get_info (ph, "xchatdir");
 
-	/* autoload from ~/.xchat2/ or ${APPDATA}\X-Chat 2\ on win32 */
+	/* autoload from ~/.xchat2/ or ${APPDATA}\HexChat\ on win32 */
 	perl_auto_load_from_path (xdir);
 
 	sub_dir = malloc (strlen (xdir) + 9);