Renamed the /icons directory to /webcit_icons because of incompatibility with symlink...
[citadel.git] / webcit / roomchat.c
index 90a9162b70bafee2ed2dc593db039c65803444aa..97e693c1e823808bc66e89c6cd9a9f16fe4c4735 100644 (file)
@@ -132,7 +132,7 @@ void chat_rwho(void) {
                        else {
                                wc_printf("<span class=\"chat_notmyname_class\">");
                        }
-                       wc_printf("<img src=\"static/citadelchat_16x.gif\">");
+                       wc_printf("<img src=\"static/webcit_icons/essen/16x16/chat.png\">");
                        escputs(buf);
                        wc_printf("</span><br>\n");
                }