diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-17 11:16:37 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-17 11:16:37 +0000 |
commit | fa190fc38ff2ffa866f0e273c9e5f501716c37a2 (patch) | |
tree | aaaca77b95dc8ca1d3142569e59eca24c9d8b9a2 | |
parent | fd02fafb2ede1b679477bf1df45411b22d4499c8 (diff) | |
download | calcurse-fa190fc38ff2ffa866f0e273c9e5f501716c37a2.tar.gz calcurse-fa190fc38ff2ffa866f0e273c9e5f501716c37a2.zip |
help_screen() updated
-rwxr-xr-x | src/help.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: help.c,v 1.7 2006/09/15 15:41:20 culot Exp $ */ +/* $calcurse: help.c,v 1.8 2006/09/17 11:16:37 culot Exp $ */ /* * Calcurse - text-based organizer @@ -265,6 +265,7 @@ void help_screen(int which_pan, int colr) "words where to place the three different panels on the screen.\n" "\nThe general options submenu brings a screen with the different options\n" "which modifies the way Calcurse interacts with the user.\n" + "\nThe notify submenu allows you to change the notify-bar settings.\n" "\nDo not forget to save the calendar data to retrieve your configuration\n" "next time you launch Calcurse."); |