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/notify.c | |
parent | 834a7e9aafbc8c07aad3d7f067cca42e6d2e33ed (diff) | |
download | calcurse-976159fa565f4e2da85dd0f55b2bc3a659d1d2f1.zip |
calcurse version removed from menu titles
Diffstat (limited to 'src/notify.c')
-rwxr-xr-x | src/notify.c | 5 |
1 files changed, 2 insertions, 3 deletions
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); |