diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-04 00:36:54 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-04 00:36:54 +0800 |
commit | 59b07be2c70cb82fab72249e982d9a15063b34b2 (patch) | |
tree | ed36fc538085be5980fe687b7de402f3da97a44c /my-evolution/e-summary-factory.c | |
parent | c7553c75aa2b11b42df7031773dd6326c4a98272 (diff) | |
download | gsoc2013-evolution-59b07be2c70cb82fab72249e982d9a15063b34b2.tar.gz gsoc2013-evolution-59b07be2c70cb82fab72249e982d9a15063b34b2.tar.zst gsoc2013-evolution-59b07be2c70cb82fab72249e982d9a15063b34b2.zip |
BonoboConf work New print icon
BonoboConf work
New print icon
svn path=/trunk/; revision=10751
Diffstat (limited to 'my-evolution/e-summary-factory.c')
-rw-r--r-- | my-evolution/e-summary-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-factory.c b/my-evolution/e-summary-factory.c index 7afd677d95..fbc45f13a7 100644 --- a/my-evolution/e-summary-factory.c +++ b/my-evolution/e-summary-factory.c @@ -31,7 +31,7 @@ BonoboUIVerb verbs[] = { static EPixmap pixmaps [] = { - E_PIXMAP ("/commands/Print", "print.xpm"), + E_PIXMAP ("/commands/Print", "print.png"), E_PIXMAP ("/commands/ToolsSettings", "configure_16_mail.xpm"), E_PIXMAP_END }; |