From 2e4b548021b659a2a0fedcab330d3976670f63a5 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 4 Nov 2022 10:11:28 +0100 Subject: [PATCH] Reordered Hide button. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index 53f82cb..9ac991f 100644 --- a/html.c +++ b/html.c @@ -435,8 +435,8 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num) s = html_button(s, "mute", L("MUTE")); } - s = html_button(s, "hide", L("Hide")); s = html_button(s, "delete", L("Delete")); + s = html_button(s, "hide", L("Hide")); s = xs_str_cat(s, "\n");