snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 2e4b548021b659a2a0fedcab330d3976670f63a5
parent 4e8c2ed03e002b8e2a75708c857666669e595fe2
Author: default <nobody@localhost>
Date:   Fri,  4 Nov 2022 10:11:28 +0100

Reordered Hide button.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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");