summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-04 10:11:28 +0100
committerdefault <nobody@localhost>2022-11-04 10:11:28 +0100
commit2e4b548021b659a2a0fedcab330d3976670f63a5 (patch)
tree23400faf3c1036d0288385a56aea6d93d99e78a8 /html.c
parent4e8c2ed03e002b8e2a75708c857666669e595fe2 (diff)
Reordered Hide button.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
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, "</form>\n");