aboutsummaryrefslogtreecommitdiff
path: root/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp
blob: d01924ba3a6abee6e1a3ce69ef896917d574db8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- kmess/network/applications/p2papplication.cpp.orig	Sun Jun  4 15:00:05 2006
+++ kmess/network/applications/p2papplication.cpp	Sun Jun  4 15:00:44 2006
@@ -2056,7 +2056,7 @@
   // Get message content and Content-Type
   bool gotTransferInvitation = (invitationContentType_ == "application/x-msnmsgr-transreqbody");
   QString content     = message.getFields();
-  QString contentType = (gotTransferInvitation ? "application/x-msnmsgr-transrespbody" : invitationContentType_);
+  QString contentType = (gotTransferInvitation ? QString::fromLatin1("application/x-msnmsgr-transrespbody") : invitationContentType_);
 
   QString myHandle = CurrentAccount::instance()->getHandle();