Changeset 5115 for branches/qt-gui_qt4/src/mainwin.cpp
- Timestamp:
- 08/08/07 06:06:52 (16 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/mainwin.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/mainwin.cpp
r5113 r5115 490 490 licqConf.ReadNum("HistoryMessageStyle", m_histMsgStyle, 0); 491 491 licqConf.ReadBool("HistoryVerticalSpacing", m_histVertSpacing, true); 492 licqConf.ReadBool("HistoryReverse", m_histReverse, true); 492 493 licqConf.ReadStr("HistoryDateFormat", szTemp, "yyyy-MM-dd hh:mm:ss"); 493 494 m_histDateFormat = QString::fromLatin1(szTemp); … … 3628 3629 licqConf.WriteNum("HistoryMessageStyle", m_histMsgStyle); 3629 3630 licqConf.WriteBool("HistoryVerticalSpacing", m_histVertSpacing); 3631 licqConf.WriteBool("HistoryReverse", m_histReverse); 3630 3632 licqConf.WriteStr("HistoryDateFormat", m_histDateFormat.latin1()); 3631 3633
