X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=f1190b8f5a0d8cf5b157aac41f7c026c3fbf5537;hb=1935b6f545a9a5dea9b6caccb9979e0a0d52f1ad;hp=426ad76812322b190e0e99aec91105f0ea7d7d79;hpb=9f004872461f4e5ed0b4a1ae79085cb4df707f10;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 426ad7681..f1190b8f5 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -1245,7 +1245,7 @@ void session_loop(struct httprequest *req) } else if (!strcasecmp(action, "editpic")) { do_graphics_upload("UIMG 1|_userpic_"); } else if (!strcasecmp(action, "display_editroompic")) { - display_graphics_upload("the graphic for this room", + display_graphics_upload("the icon for this room", "UIMG 0|_roompic_", "/editroompic"); } else if (!strcasecmp(action, "editroompic")) { @@ -1259,7 +1259,7 @@ void session_loop(struct httprequest *req) } else if (!strcasecmp(action, "display_editfloorpic")) { sprintf(buf, "UIMG 0|_floorpic_|%s", bstr("which_floor")); - display_graphics_upload("the graphic for this floor", + display_graphics_upload("the icon for this floor", buf, "/editfloorpic"); } else if (!strcasecmp(action, "editfloorpic")) {