Changeset 5446 for branches/qt-gui_qt4/src/mainwin.cpp
- Timestamp:
- 09/28/07 21:38:59 (14 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
r5444 r5446 380 380 licqConf.ReadStr("DateFormat", szTemp, "hh:mm:ss"); 381 381 m_chatDateFormat = QString::fromLatin1(szTemp); 382 licqConf.ReadNum("HistoryMessagesPerPage", m_histMsgNum, 40); 382 383 licqConf.ReadNum("HistoryMessageStyle", m_histMsgStyle, 0); 383 384 licqConf.ReadBool("HistoryVerticalSpacing", m_histVertSpacing, true); … … 2784 2785 licqConf.WriteStr("ChatBackground", m_colorChatBkg.name().toLatin1()); 2785 2786 licqConf.WriteStr("DateFormat", m_chatDateFormat.toLatin1()); 2787 licqConf.WriteNum("HistoryMessagesPerPage", m_histMsgNum); 2786 2788 licqConf.WriteNum("HistoryMessageStyle", m_histMsgStyle); 2787 2789 licqConf.WriteBool("HistoryVerticalSpacing", m_histVertSpacing);
