Nah, even more rebranding

This commit is contained in:
Berke Viktor
2012-10-30 11:35:39 +01:00
parent 82936df2af
commit a51a69134b
45 changed files with 194 additions and 196 deletions

View File

@@ -1036,7 +1036,7 @@ servlist_load (void)
char *tmp;
ircnet *net = NULL;
fp = xchat_fopen_file ("servlist_.conf", "r", 0);
fp = hexchat_fopen_file ("servlist_.conf", "r", 0);
if (!fp)
return FALSE;
@@ -1172,7 +1172,7 @@ servlist_save (void)
first = TRUE;
#endif
fp = xchat_fopen_file ("servlist_.conf", "w", 0);
fp = hexchat_fopen_file ("servlist_.conf", "w", 0);
if (!fp)
return FALSE;