Changeset 3503 for branches/protocol_plugin_1_3_0
- Timestamp:
- 05/13/03 04:04:43 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/protocol_plugin_1_3_0/qt-gui/src/ewidgets.cpp
r3472 r3503 638 638 s.sprintf("<font color=\"%s\">%s</font>", 639 639 color, 640 MLView::toRichText(messageText, true).utf8().data() 640 messageText.utf8().data() 641 //MLView::toRichText(messageText, true).utf8().data() 641 642 ); 642 643 append(s);
