Changeset 6173 for trunk/qt4-gui/src/settings/chat.cpp
- Timestamp:
- 04/27/08 22:47:06 (7 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/settings/chat.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/settings/chat.cpp
r6162 r6173 534 534 myAutoPosReplyWinCheck->setChecked(chatConfig->autoPosReplyWin()); 535 535 myAutoSendThroughServerCheck->setChecked(chatConfig->autoSendThroughServer()); 536 myShowSendCloseCheck->setChecked(chatConfig->show SendClose());536 myShowSendCloseCheck->setChecked(chatConfig->showDlgButtons()); 537 537 myCheckSpelling->setChecked(chatConfig->checkSpelling()); 538 538 myMsgWinStickyCheck->setChecked(chatConfig->msgWinSticky()); … … 607 607 chatConfig->setAutoPosReplyWin(myAutoPosReplyWinCheck->isChecked()); 608 608 chatConfig->setAutoSendThroughServer(myAutoSendThroughServerCheck->isChecked()); 609 chatConfig->setShow SendClose(myShowSendCloseCheck->isChecked());609 chatConfig->setShowDlgButtons(myShowSendCloseCheck->isChecked()); 610 610 chatConfig->setCheckSpelling(myCheckSpelling->isChecked()); 611 611 chatConfig->setMsgWinSticky(myMsgWinStickyCheck->isChecked());
