From f7394a20676e9ac877f0e6109dacf77bd9d1f459 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 5 Jan 1999 04:50:05 +0000 Subject: [PATCH] msg changes --- webcit/graphics.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webcit/graphics.c b/webcit/graphics.c index c2e6cb8ee..e92af89b1 100644 --- a/webcit/graphics.c +++ b/webcit/graphics.c @@ -29,6 +29,11 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl) { wprintf("
\n"); wprintf("
\n", uplurl, bstr("which_room")); + + wprintf("You can upload any image directly from your computer,\n"); + wprintf("as long as it is in GIF format (JPEG, PNG, etc. won't\n"); + wprintf("work).

\n"); + wprintf("Please select a file to upload:
\n"); wprintf("\n"); wprintf("
"); -- 2.39.2