Changeset 5445 for branches/qt-gui_qt4/src/userevents/usersendmsgevent.cpp
- Timestamp:
- 09/28/07 19:51:47 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/userevents/usersendmsgevent.cpp
r5422 r5445 178 178 if (foundIndex > 0) 179 179 { 180 message.truncate(foundIndex );180 message.truncate(foundIndex + 1); 181 181 messageRaw = myCodec->fromUnicode(message); 182 182 }
