diff options
Diffstat (limited to 'src/recur.c')
-rwxr-xr-x | src/recur.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recur.c b/src/recur.c index f6c46e8..56adf1e 100755 --- a/src/recur.c +++ b/src/recur.c @@ -1,4 +1,4 @@ -/* $calcurse: recur.c,v 1.40 2008/12/07 09:20:38 culot Exp $ */ +/* $calcurse: recur.c,v 1.41 2008/12/08 19:17:07 culot Exp $ */ /* * Calcurse - text-based organizer @@ -694,7 +694,7 @@ recur_repeat_item (conf_t *conf) } while ((ch != 'D') && (ch != 'W') && (ch != 'M') - && (ch != 'Y') && (ch != KEY_GENERIC_ESCAPE)) + && (ch != 'Y') && (ch != KEY_GENERIC_CANCEL)) { status_mesg (mesg_type_1, mesg_type_2); ch = wgetch (win[STA].p); |