From 87aa65653b0c00495d18995be444d9435305509c Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 25 Oct 2012 00:42:34 +0200 Subject: [PATCH] Use own configfile --- src/common/cfgfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 9f3bc920..392b218c 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -381,7 +381,7 @@ default_file (void) if (!dfile) { dfile = malloc (strlen (get_xdir_fs ()) + 12); - sprintf (dfile, "%s/xchat.conf", get_xdir_fs ()); + sprintf (dfile, "%s/hexchat.conf", get_xdir_fs ()); } return dfile; }