author | harlekin <harlekin> | 2003-12-21 12:48:58 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-12-21 12:48:58 (UTC) |
commit | 2514eeaff2641fabef05dba8829f4d5f502e2b84 (patch) (side-by-side diff) | |
tree | b142373d26e353225b9bb67f4aab104818e7f20e | |
parent | 4ac7950ccb9471ad85a6361f9abcfdd34ade3607 (diff) | |
download | opie-2514eeaff2641fabef05dba8829f4d5f502e2b84.zip opie-2514eeaff2641fabef05dba8829f4d5f502e2b84.tar.gz opie-2514eeaff2641fabef05dba8829f4d5f502e2b84.tar.bz2 |
better icon for html content
-rw-r--r-- | noncore/net/mail/viewmailbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/viewmailbase.cpp b/noncore/net/mail/viewmailbase.cpp index e69617d..0e994d4 100644 --- a/noncore/net/mail/viewmailbase.cpp +++ b/noncore/net/mail/viewmailbase.cpp @@ -45,5 +45,5 @@ ViewMailBase::ViewMailBase(QWidget *parent, const char *name, WFlags fl) - showHtml = new QAction( tr( "Show Html" ), QIconSet( Resource::loadPixmap( "mail/attach" ) ), 0, 0, this, 0, true ); + showHtml = new QAction( tr( "Show Html" ), QIconSet( Resource::loadPixmap( "mail/html" ) ), 0, 0, this, 0, true ); showHtml->addTo( toolbar ); showHtml->addTo( mailmenu ); |