mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Nah, even more rebranding
This commit is contained in:
@@ -123,7 +123,7 @@ gtkutil_check_file (char *file, struct file_req *freq)
|
||||
char *utf8_file;
|
||||
/* convert to UTF8. It might be converted back to locale by
|
||||
server.c's g_convert */
|
||||
utf8_file = xchat_filename_to_utf8 (file, -1, NULL, NULL, NULL);
|
||||
utf8_file = hexchat_filename_to_utf8 (file, -1, NULL, NULL, NULL);
|
||||
if (utf8_file)
|
||||
{
|
||||
freq->callback (freq->userdata, utf8_file);
|
||||
|
||||
Reference in New Issue
Block a user