From 1aeb990b41469da5703c794b72843bf2eb38707f Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 21 Jul 2007 19:36:05 +0000 Subject: call to wins_show() updated --- src/help.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/help.c b/src/help.c index e7bc8d5..06861de 100755 --- a/src/help.c +++ b/src/help.c @@ -1,4 +1,4 @@ -/* $calcurse: help.c,v 1.16 2007/04/04 19:38:18 culot Exp $ */ +/* $calcurse: help.c,v 1.17 2007/07/21 19:36:05 culot Exp $ */ /* * Calcurse - text-based organizer @@ -39,6 +39,7 @@ #include "utils.h" #include "apoint.h" #include "notify.h" +#include "wins.h" /* * Write the desired help text inside the help pad, and return the number @@ -368,7 +369,7 @@ help_screen(int which_pan) help_pad = newpad(BUFSIZ, pad_width); box(help_win, 0, 0); snprintf(label, BUFSIZ, _("CalCurse %s | help"), VERSION); - win_show(help_win, label); + wins_show(help_win, label); /* Display the help screen related to user input. */ while ( ch != 'q' ) { -- cgit v1.2.3-54-g00ecf