aboutsummaryrefslogtreecommitdiffstats
path: root/src/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/calendar.c')
-rwxr-xr-xsrc/calendar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/calendar.c b/src/calendar.c
index 31403d1..e6f8feb 100755
--- a/src/calendar.c
+++ b/src/calendar.c
@@ -1,4 +1,4 @@
-/* $calcurse: calendar.c,v 1.19 2008/12/07 09:20:38 culot Exp $ */
+/* $calcurse: calendar.c,v 1.20 2008/12/14 15:54:51 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -130,7 +130,7 @@ calendar_set_first_day_of_week (wday_e first_day)
week_begins_on_monday = true;
break;
default:
- fputs (_("ERROR in calendar_set_first_day_of_week\n"), stderr);
+ ERROR_MSG (_("ERROR setting first day of week"));
week_begins_on_monday = false;
/* NOTREACHED */
}