diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-27 01:48:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-27 01:48:19 +0800 |
commit | 9a02c84d3a161d16beba8116f646a925334c25e8 (patch) | |
tree | f61cd7466b97a625583b966665d27bf78a6014ae /calendar | |
parent | be13ce4070d8914468a263d830c3b79ed4e2058c (diff) | |
download | gsoc2013-evolution-9a02c84d3a161d16beba8116f646a925334c25e8.tar gsoc2013-evolution-9a02c84d3a161d16beba8116f646a925334c25e8.tar.gz gsoc2013-evolution-9a02c84d3a161d16beba8116f646a925334c25e8.tar.bz2 gsoc2013-evolution-9a02c84d3a161d16beba8116f646a925334c25e8.tar.lz gsoc2013-evolution-9a02c84d3a161d16beba8116f646a925334c25e8.tar.xz gsoc2013-evolution-9a02c84d3a161d16beba8116f646a925334c25e8.tar.zst gsoc2013-evolution-9a02c84d3a161d16beba8116f646a925334c25e8.zip |
gui/Makefile.am: Fixed a typo.
svn path=/trunk/; revision=4352
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
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 \ |