diff options
Diffstat (limited to 'my-evolution/e-summary-factory.c')
-rw-r--r-- | my-evolution/e-summary-factory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/my-evolution/e-summary-factory.c b/my-evolution/e-summary-factory.c index fbc45f13a7..e6e5f75e85 100644 --- a/my-evolution/e-summary-factory.c +++ b/my-evolution/e-summary-factory.c @@ -31,8 +31,9 @@ BonoboUIVerb verbs[] = { static EPixmap pixmaps [] = { - E_PIXMAP ("/commands/Print", "print.png"), + E_PIXMAP ("/commands/PrintMyEvolution", "print.xpm"), E_PIXMAP ("/commands/ToolsSettings", "configure_16_mail.xpm"), + E_PIXMAP ("/Toolbar/PrintMyEvolution", "buttons/print.png"), E_PIXMAP_END }; |