CVS commit by ogoffart: Fix Bug 100577: kopete does not show custom font colour, font size or font attributes, e.g. underline, bold... (in a MSN conversation) BUG: 100577 M +2 -2 msnswitchboardsocket.cpp 1.117 --- kdenetwork/kopete/protocols/msn/msnswitchboardsocket.cpp #1.116:1.117 @@ -251,5 +251,5 @@ void MSNSwitchBoardSocket::slotReadMessa QString color; - rx=QRegExp("X-MMS-IM-Format: ([A-Za-z0-9$!*/;\\-]*)"); + rx=QRegExp("X-MMS-IM-Format: ([^\r\n]*)"); rx.search(msg); fontInfo =rx.cap(1);