Changeset 4736 for trunk/qt-gui/src/ewidgets.cpp
- Timestamp:
- 11/06/06 04:45:07 (2 years ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/ewidgets.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/ewidgets.cpp
r4735 r4736 675 675 m_colorRcvHistory = m->m_colorRcvHistory; 676 676 m_colorSntHistory = m->m_colorSntHistory; 677 m_colorNotice = m->m_colorNotice; 677 678 setPaletteBackgroundColor(m->m_colorChatBkg); 678 679 mainwin = m; … … 709 710 m_colorRcvHistory = m->m_colorRcvHistory; 710 711 m_colorSntHistory = m->m_colorSntHistory; 712 m_colorNotice = m->m_colorNotice; 711 713 setPaletteBackgroundColor(m->m_colorChatBkg); 712 714 mainwin = m; … … 951 953 void CMessageViewWidget::addNotice(QDateTime dt, QString messageText) 952 954 { 953 QString color = "green";955 QString color = m_colorNotice.name(); 954 956 QString s = ""; 955 957 const QString dateTime = dt.toString( m_nDateFormat );
