aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5ada24c682..7305230be9 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,9 @@
2000-07-26 Jeffrey Stedfast <fejj@helixcode.com>
+ * gui/Makefile.am: Fixed a typo
+
+2000-07-26 Jeffrey Stedfast <fejj@helixcode.com>
+
* gui/Makefile.am: Added a few xpm files to the EXTRA DIST section
2000-07-25 Federico Mena Quintero <federico@helixcode.com>
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 52b287c738..93e4c928f1 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -118,7 +118,7 @@ EXTRA_DIST = \
jump.xpm \
monthview.xpm \
recur.xpm \
- task-assign-to.xpm \
+ task-assigned-to.xpm \
task-assigned.xpm \
task-recurring.xpm \
task.xpm \