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

@@ -2563,8 +2563,8 @@ mg_create_textarea (session *sess, GtkWidget *box)
};
static const GtkTargetEntry dnd_dest_targets[] =
{
{"HEXCHAT_CHANVIEW", GTK_TARGET_SAME_APP, 75 },
{"HEXCHAT_USERLIST", GTK_TARGET_SAME_APP, 75 }
{"ZOITECHAT_CHANVIEW", GTK_TARGET_SAME_APP, 75 },
{"ZOITECHAT_USERLIST", GTK_TARGET_SAME_APP, 75 }
};
vbox = mg_box_new (GTK_ORIENTATION_VERTICAL, FALSE, 0);
@@ -4332,7 +4332,7 @@ mg_is_gui_target (GdkDragContext *context)
target_name = gdk_atom_name (gdk_drag_context_list_targets (context)->data);
if (target_name)
{
/* if it's not HEXCHAT_CHANVIEW or HEXCHAT_USERLIST */
/* if it's not ZOITECHAT_CHANVIEW or ZOITECHAT_USERLIST */
/* we should ignore it. */
if (target_name[0] != 'H')
{