mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Reordered Hide button.
This commit is contained in:
parent
4e8c2ed03e
commit
2e4b548021
2
html.c
2
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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user