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; }