From 43857d3e9594ab422c80c78a93a62de3bc0c7d3a Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 29 Oct 2001 23:34:40 +0000 Subject: Fix the verb names for the pixmaps in the Edit menu; they were out of 2001-10-29 Federico Mena Quintero * 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 --- calendar/gui/tasks-control.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/gui/tasks-control.c') 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"), -- cgit