aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-10-30 07:34:40 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-10-30 07:34:40 +0800
commit43857d3e9594ab422c80c78a93a62de3bc0c7d3a (patch)
tree50b03bd0b9c859d98041118ba3fcdceab4b29b6f /calendar
parent80fffd093013bd250c98e1a05591de1a0b029f5a (diff)
downloadgsoc2013-evolution-43857d3e9594ab422c80c78a93a62de3bc0c7d3a.tar
gsoc2013-evolution-43857d3e9594ab422c80c78a93a62de3bc0c7d3a.tar.gz
gsoc2013-evolution-43857d3e9594ab422c80c78a93a62de3bc0c7d3a.tar.bz2
gsoc2013-evolution-43857d3e9594ab422c80c78a93a62de3bc0c7d3a.tar.lz
gsoc2013-evolution-43857d3e9594ab422c80c78a93a62de3bc0c7d3a.tar.xz
gsoc2013-evolution-43857d3e9594ab422c80c78a93a62de3bc0c7d3a.tar.zst
gsoc2013-evolution-43857d3e9594ab422c80c78a93a62de3bc0c7d3a.zip
Fix the verb names for the pixmaps in the Edit menu; they were out of
2001-10-29 Federico Mena Quintero <federico@ximian.com> * gui/tasks-control.c (pixmaps): Fix the verb names for the pixmaps in the Edit menu; they were out of synch with the XML UI description. svn path=/trunk/; revision=14380
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/tasks-control.c8
2 files changed, 10 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d0ff9c88f0..41a3247647 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-29 Federico Mena Quintero <federico@ximian.com>
+
+ * gui/tasks-control.c (pixmaps): Fix the verb names for the
+ pixmaps in the Edit menu; they were out of synch with the XML
+ UI description.
+
2001-10-29 Chris Toshok <toshok@ximian.com>
* pcs/cal-factory.c (cal_factory_dump_active_backends): new
diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c
index b7d6ffcf88..fa427e20ef 100644
--- a/calendar/gui/tasks-control.c
+++ b/calendar/gui/tasks-control.c
@@ -245,10 +245,10 @@ static BonoboUIVerb verbs [] = {
static EPixmap pixmaps [] = {
E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "new_task-16.png"),
- E_PIXMAP ("/menu/Edit/Cut", "16_cut.png"),
- E_PIXMAP ("/menu/Edit/Copy", "16_copy.png"),
- E_PIXMAP ("/menu/Edit/Paste", "16_paste.png"),
- E_PIXMAP ("/menu/Edit/Delete", "evolution-trash-mini.png"),
+ E_PIXMAP ("/menu/Edit/TasksCut", "16_cut.png"),
+ E_PIXMAP ("/menu/Edit/TasksCopy", "16_copy.png"),
+ E_PIXMAP ("/menu/Edit/TasksPaste", "16_paste.png"),
+ E_PIXMAP ("/menu/Edit/TasksDelete", "evolution-trash-mini.png"),
E_PIXMAP ("/menu/File/Print/Print", "print.xpm"),
E_PIXMAP ("/menu/File/Print/Print Preview", "print-preview.xpm"),
E_PIXMAP ("/menu/Tools/ComponentPlaceholder/TasksSettings", "configure_16_calendar.xpm"),