Changeset 5979 for branches/newosd
- Timestamp:
- 01/02/08 11:31:00 (11 months ago)
- Files:
-
- 1 modified
-
branches/newosd/src/iface.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newosd/src/iface.cpp
r5978 r5979 179 179 void Iface::displayLayout(string& msg, bool message) 180 180 { 181 /*182 string nl = "âš"; // U+2028183 string::size_type pos = 0;184 while ((pos = msg.find('\n', pos)) != string::npos)185 msg.replace(pos, nl.length(), nl);186 */187 181 pango_layout_set_text(trd.lay, const_cast<char*>(msg.c_str()), -1); 188 182
