mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Reordered Hide button.
This commit is contained in:
parent
4e8c2ed03e
commit
2e4b548021
1 changed files with 1 additions and 1 deletions
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, "mute", L("MUTE"));
|
||||||
}
|
}
|
||||||
|
|
||||||
s = html_button(s, "hide", L("Hide"));
|
|
||||||
s = html_button(s, "delete", L("Delete"));
|
s = html_button(s, "delete", L("Delete"));
|
||||||
|
s = html_button(s, "hide", L("Hide"));
|
||||||
|
|
||||||
s = xs_str_cat(s, "</form>\n");
|
s = xs_str_cat(s, "</form>\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue