summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-25 00:42:34 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-25 00:42:34 +0200
commit87aa65653b0c00495d18995be444d9435305509c (patch)
tree83768aac4d8896c9989832d11b7d57a7fb8fd55e /src/common/cfgfiles.c
parent0003b85ccb915d7fd4e0d7d3ea742e854ec782b9 (diff)
Use own configfile
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
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;
 }