Ticket #194: chatlog.patch

File chatlog.patch, 478 bytes (added by De_little_Bubi, 16 months ago)

Update for Chatlogstyle

  • src/chatlog.cpp

     
    3535    } else { 
    3636      m_active = true; 
    3737      wxDateTime now = wxDateTime::Now(); 
    38       _WriteLine( _T("### Session Start at [") + now.Format( _T("%Y-%m-%d %H:%M") ) + _T("]") ); 
     38      _WriteLine( _T("### Session Start at [") + now.Format( _T("%Y-%m-%d %H:%M") ) + _T("]\n") ); 
    3939    } 
    4040  } 
    4141}