Răsfoiți Sursa

Reordered Hide button.

default 3 ani în urmă
părinte
comite
2e4b548021
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      html.c

+ 1 - 1
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");