summaryrefslogtreecommitdiff
authoralwin <alwin>2005-03-12 02:19:00 (UTC)
committer alwin <alwin>2005-03-12 02:19:00 (UTC)
commit9815fc1551763226f974f8ea8eab6d0b031e0be3 (patch) (unidiff)
tree29c9319a44a4e89b204b63f91a13e280646d9b72
parent4c3ce64f6816353f5b8bc268c126d7c53d18ce46 (diff)
downloadopie-9815fc1551763226f974f8ea8eab6d0b031e0be3.zip
opie-9815fc1551763226f974f8ea8eab6d0b031e0be3.tar.gz
opie-9815fc1551763226f974f8ea8eab6d0b031e0be3.tar.bz2
pixmap corrected
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/mail/mailplugin.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/pim/today/plugins/mail/mailplugin.cpp b/core/pim/today/plugins/mail/mailplugin.cpp
index f590ebb..4cfb26c 100644
--- a/core/pim/today/plugins/mail/mailplugin.cpp
+++ b/core/pim/today/plugins/mail/mailplugin.cpp
@@ -2,6 +2,5 @@
2 * mailplugin.cpp 2 * mailplugin.cpp
3 * 3 *
4 * copyright : (c) 2002,2003,2004 by Maximilian Reiß 4 * copyright : (c) 2002,2003,2004 by Maximilian Rei� * email : harlekin@handhelds.org
5 * email : harlekin@handhelds.org
6 * 5 *
7 */ 6 */
@@ -34,5 +33,5 @@ double MailPlugin::versionNumber() const {
34 33
35QString MailPlugin::pixmapNameWidget() const { 34QString MailPlugin::pixmapNameWidget() const {
36 return "opiemail/desktopicon"; 35 return "mail/desktopicon";
37} 36}
38 37