diff options
| author | 2022-11-04 10:11:28 +0100 | |
|---|---|---|
| committer | 2022-11-04 10:11:28 +0100 | |
| commit | 2e4b548021b659a2a0fedcab330d3976670f63a5 (patch) | |
| tree | 23400faf3c1036d0288385a56aea6d93d99e78a8 | |
| parent | Updated README. (diff) | |
| download | snac2-2e4b548021b659a2a0fedcab330d3976670f63a5.tar.gz snac2-2e4b548021b659a2a0fedcab330d3976670f63a5.tar.xz snac2-2e4b548021b659a2a0fedcab330d3976670f63a5.zip | |
Reordered Hide button.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -435,8 +435,8 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num) | |||
| 435 | s = html_button(s, "mute", L("MUTE")); | 435 | s = html_button(s, "mute", L("MUTE")); |
| 436 | } | 436 | } |
| 437 | 437 | ||
| 438 | s = html_button(s, "hide", L("Hide")); | ||
| 439 | s = html_button(s, "delete", L("Delete")); | 438 | s = html_button(s, "delete", L("Delete")); |
| 439 | s = html_button(s, "hide", L("Hide")); | ||
| 440 | 440 | ||
| 441 | s = xs_str_cat(s, "</form>\n"); | 441 | s = xs_str_cat(s, "</form>\n"); |
| 442 | 442 | ||