* Integrated the first batch of new icons.
[citadel.git] / webcit / notes.c
index 05fcb57b01566123b21600d1637a997df8f27acd..c484632284648fb675675ed2ed9f8626c8bc1764 100644 (file)
@@ -30,7 +30,7 @@ void display_note(long msgnum) {
        int in_text = 0;
        int i;
 
-       wprintf("<IMG ALIGN=MIDDLE SRC=\"/static/note.gif\">\n");
+       wprintf("<IMG ALIGN=MIDDLE SRC=\"/static/storenotes_48x.gif\">\n");
 
        serv_printf("MSG0 %ld", msgnum);
        serv_getln(buf, sizeof buf);