Changeset 5448 for trunk/qt-gui/src/usereventdlg.cpp
- Timestamp:
- 09/29/07 04:08:39 (14 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/usereventdlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/usereventdlg.cpp
r5441 r5448 2494 2494 if (foundIndex > 0) 2495 2495 { 2496 message.truncate(foundIndex );2496 message.truncate(foundIndex + 1); 2497 2497 messageRaw = codec->fromUnicode(message); 2498 2498 } … … 2808 2808 if (foundIndex > 0) 2809 2809 { 2810 message.truncate(foundIndex );2810 message.truncate(foundIndex + 1); 2811 2811 messageRaw = codec->fromUnicode(message); 2812 2812 }
