author | harlekin <harlekin> | 2004-01-04 01:07:38 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2004-01-04 01:07:38 (UTC) |
commit | 726450b119e6d9f2bd33f70068afc54605c134ee (patch) (side-by-side diff) | |
tree | c9068eb0d0fe1b47a81b66c059e33ca3803d1053 | |
parent | ceed1fc19ba49ffe1ed994aca0d462d28a1342b7 (diff) | |
download | opie-726450b119e6d9f2bd33f70068afc54605c134ee.zip opie-726450b119e6d9f2bd33f70068afc54605c134ee.tar.gz opie-726450b119e6d9f2bd33f70068afc54605c134ee.tar.bz2 |
also update the icon etc
-rw-r--r-- | core/pim/today/plugins/mail/mailplugin.cpp | 4 | ||||
-rw-r--r-- | core/pim/today/plugins/mail/mailplugin.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/today/plugins/mail/mailplugin.cpp b/core/pim/today/plugins/mail/mailplugin.cpp index bf30538..7ba54ea 100644 --- a/core/pim/today/plugins/mail/mailplugin.cpp +++ b/core/pim/today/plugins/mail/mailplugin.cpp @@ -36,3 +36,3 @@ double MailPlugin::versionNumber() const { QString MailPlugin::pixmapNameWidget() const { - return "mail/desktopicon"; + return "opiemail/desktopicon"; } @@ -56,3 +56,3 @@ TodayConfigWidget* MailPlugin::configWidget( QWidget* ) { QString MailPlugin::appName() const { - return "mail"; + return "opiemail"; } diff --git a/core/pim/today/plugins/mail/mailplugin.h b/core/pim/today/plugins/mail/mailplugin.h index 5b93314..7d6d5e8 100644 --- a/core/pim/today/plugins/mail/mailplugin.h +++ b/core/pim/today/plugins/mail/mailplugin.h @@ -3,3 +3,3 @@ * - * copyright : (c) 2002 by Maximilian Reiß + * copyright : (c) 2002,2004 by Maximilian Reiß * email : harlekin@handhelds.org |