From 1b4c04d29cb25bf089d8fffc76b6d8a5e681a6d8 Mon Sep 17 00:00:00 2001 From: Till Adam Date: Wed, 30 Mar 2005 17:08:25 +0000 Subject: [PATCH] CVS_SILENT arf svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=401966 --- kmcommands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmcommands.cpp b/kmcommands.cpp index 1accd9d33..e66f76aa3 100644 --- a/kmcommands.cpp +++ b/kmcommands.cpp @@ -1210,7 +1210,7 @@ KMCommand::Result KMForwardCommand::execute() // Only replace the body if this is a multipart mail or if the main part is only // the text part. This avoids scrambling top level text/calendar mails, for example. if ( fwdMsg->typeStr().lower() == "multipart" || - ( fwdMsg->typeStr().lower() == "text" && fwdMsg->subtypeStr().lower() == "plain") ) { + ( fwdMsg->typeStr().lower() == "text" && fwdMsg->subtypeStr().lower() == "plain" ) ) { win->setBody( QString::fromUtf8( msg->createForwardBody() ) ); } win->show();