diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-12 17:55:13 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-12 17:55:13 +0000 |
commit | 976159fa565f4e2da85dd0f55b2bc3a659d1d2f1 (patch) | |
tree | 2a4e1ebcdafd7e39f8c44895af3b72f2f3ad2801 /src/help.c | |
parent | 834a7e9aafbc8c07aad3d7f067cca42e6d2e33ed (diff) | |
download | calcurse-976159fa565f4e2da85dd0f55b2bc3a659d1d2f1.zip |
calcurse version removed from menu titles
Diffstat (limited to 'src/help.c')
-rwxr-xr-x | src/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |