Changeset 4792 for trunk/qt-gui/src/mainwin.cpp
- Timestamp:
- 11/30/06 05:39:56 (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
r4791 r4792 430 430 licqConf.ReadBool("TabbedChatting", m_bTabbedChatting, true); 431 431 licqConf.ReadBool("ShowHistory", m_bShowHistory, true); 432 licqConf.ReadBool("ShowNotices", m_showNotices, true); 432 433 licqConf.ReadBool("AutoPosReplyWin", m_bAutoPosReplyWin, true); 433 434 licqConf.ReadBool("AutoSendThroughServer", m_bAutoSendThroughServer, false); … … 3572 3573 licqConf.WriteBool("TabbedChatting", m_bTabbedChatting); 3573 3574 licqConf.WriteBool("ShowHistory", m_bShowHistory); 3575 licqConf.WriteBool("ShowNotices", m_showNotices); 3574 3576 licqConf.WriteBool("AutoPosReplyWin", m_bAutoPosReplyWin); 3575 3577 licqConf.WriteBool("AutoSendThroughServer", m_bAutoSendThroughServer);
