Changeset 5979 for branches/newosd

Show
Ignore:
Timestamp:
01/02/08 11:31:00 (11 months ago)
Author:
eugene
Message:

Whoops, this wasn't supposed to get in...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newosd/src/iface.cpp

    r5978 r5979  
    179179void Iface::displayLayout(string& msg, bool message) 
    180180{ 
    181 /* 
    182   string nl = "‹"; // U+2028 
    183   string::size_type pos = 0; 
    184   while ((pos = msg.find('\n', pos)) != string::npos) 
    185     msg.replace(pos, nl.length(), nl); 
    186 */ 
    187181  pango_layout_set_text(trd.lay, const_cast<char*>(msg.c_str()), -1); 
    188182