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/notify.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/notify.c') diff --git a/src/notify.c b/src/notify.c index 9f6b9f7..be2ce29 100755 --- a/src/notify.c +++ b/src/notify.c @@ -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); -- cgit v1.2.3-54-g00ecf