Merge pull request #41 from ZoiteChat/master

HEXCHAT -> ZOITECHAT
This commit is contained in:
deepend-tildeclub
2026-01-25 16:15:37 -07:00
committed by GitHub
95 changed files with 412 additions and 412 deletions

View File

@@ -666,11 +666,11 @@ userlist_create (GtkWidget *box)
static const GtkTargetEntry dnd_dest_targets[] =
{
{"text/uri-list", 0, 1},
{"HEXCHAT_CHANVIEW", GTK_TARGET_SAME_APP, 75 }
{"ZOITECHAT_CHANVIEW", GTK_TARGET_SAME_APP, 75 }
};
static const GtkTargetEntry dnd_src_target[] =
{
{"HEXCHAT_USERLIST", GTK_TARGET_SAME_APP, 75 }
{"ZOITECHAT_USERLIST", GTK_TARGET_SAME_APP, 75 }
};
sw = gtk_scrolled_window_new (NULL, NULL);