calcurse version removed from menu titles

This commit is contained in:
Frederic Culot
2009-07-12 17:55:13 +00:00
parent 834a7e9aaf
commit 976159fa56
4 changed files with 15 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: notify.c,v 1.39 2009/07/05 20:33:22 culot Exp $ */
/* $calcurse: notify.c,v 1.40 2009/07/12 17:55:14 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -568,8 +568,7 @@ notify_config_bar (void)
int ch = 0, change_win = 1;
buf = mem_malloc (BUFSIZ);
(void)snprintf (label, BUFSIZ, _("CalCurse %s | notify-bar options"),
VERSION);
(void)snprintf (label, BUFSIZ, _("notify-bar options"));
conf_win.p = 0;
custom_confwin_init (&conf_win, label);