Changeset 4736 for trunk/qt-gui/src/mainwin.cpp
- Timestamp:
- 11/06/06 04:45:07 (2 years ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/mainwin.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/mainwin.cpp
r4734 r4736 452 452 licqConf.ReadStr("SentHistoryColor", szTemp, "light blue"); 453 453 m_colorSntHistory = QColor(szTemp); 454 licqConf.ReadStr("NoticeColor", szTemp, "green"); 455 m_colorNotice = QColor(szTemp); 454 456 licqConf.ReadStr("TabFontColor", szTemp, 455 457 QApplication::palette(this).active().text().name()); … … 3581 3583 licqConf.WriteStr("SentMessageColor", m_colorSnt.name()); 3582 3584 licqConf.WriteStr("SentHistoryColor", m_colorSntHistory.name()); 3585 licqConf.WriteStr("NoticeColor", m_colorNotice.name()); 3583 3586 licqConf.WriteStr("TabFontColor", m_colorTab.name()); 3584 3587 licqConf.WriteStr("TabOnTypingColor", m_colorTabTyping.name());
