aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-12 17:55:13 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-12 17:55:13 +0000
commit976159fa565f4e2da85dd0f55b2bc3a659d1d2f1 (patch)
tree2a4e1ebcdafd7e39f8c44895af3b72f2f3ad2801 /src/help.c
parent834a7e9aafbc8c07aad3d7f067cca42e6d2e33ed (diff)
downloadcalcurse-976159fa565f4e2da85dd0f55b2bc3a659d1d2f1.tar.gz
calcurse-976159fa565f4e2da85dd0f55b2bc3a659d1d2f1.zip
calcurse version removed from menu titles
Diffstat (limited to 'src/help.c')
-rwxr-xr-xsrc/help.c4
1 files changed, 2 insertions, 2 deletions
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);
}