From 976159fa565f4e2da85dd0f55b2bc3a659d1d2f1 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 12 Jul 2009 17:55:13 +0000 Subject: calcurse version removed from menu titles --- src/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/help.c') diff --git a/src/help.c b/src/help.c index 2e67651..a3f7c04 100755 --- a/src/help.c +++ b/src/help.c @@ -1,4 +1,4 @@ -/* $calcurse: help.c,v 1.40 2009/07/05 20:33:19 culot Exp $ */ +/* $calcurse: help.c,v 1.41 2009/07/12 17:55:14 culot Exp $ */ /* * Calcurse - text-based organizer @@ -165,7 +165,7 @@ help_wins_init (scrollwin_t *hwin, int x, int y, int h, int w) hwin->pad.h = BUFSIZ; hwin->pad.w = hwin->win.w - 2 * PADOFFSET + 1; - (void)snprintf (hwin->label, BUFSIZ, _("Calcurse %s | help"), VERSION); + (void)snprintf (hwin->label, BUFSIZ, _("Calcurse help")); wins_scrollwin_init (hwin); wins_show (hwin->win.p, hwin->label); } -- cgit v1.2.3-54-g00ecf