From 7db95b2b851494c5d6d6b2512d438952d35558c9 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 19 Mar 2012 22:45:03 -0400 Subject: [PATCH] Migrated 'Send instant message' screen to room_banner_override --- webcit/paging.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/paging.c b/webcit/paging.c index c5acde81f..dbae2397e 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -29,8 +29,8 @@ void display_page(void) strcpy(recp, bstr("recp")); - output_headers(1, 1, 2, 0, 0, 0); - wc_printf("
\n"); + output_headers(1, 1, 1, 0, 0, 0); + wc_printf("
\n"); wc_printf("

"); wc_printf(_("Send instant message")); wc_printf("

"); -- 2.39.2