Changeset 4734 for trunk/qt-gui/src/optionsdlg.cpp
- Timestamp:
- 11/05/06 20:56:35 (2 years ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/optionsdlg.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/optionsdlg.cpp
r4716 r4734 260 260 chkMsgWinSticky->setChecked(mainwin->m_bMsgWinSticky); 261 261 chkSingleLineChatMode->setChecked(mainwin->m_bSingleLineChatMode); 262 popPicture->setChecked(mainwin->m_bPopPicture); 262 263 popAlias->setChecked(mainwin->m_bPopAlias); 263 264 popName->setChecked(mainwin->m_bPopName); … … 549 550 mainwin->m_bSingleLineChatMode = chkSingleLineChatMode->isChecked(); 550 551 552 mainwin->m_bPopPicture = popPicture->isChecked(); 551 553 mainwin->m_bPopAlias = popAlias->isChecked(); 552 554 mainwin->m_bPopName = popName->isChecked(); … … 1452 1454 boxPopWin = new QGroupBox(1, Horizontal, tr("Popup info"), w); 1453 1455 1456 popPicture= new QCheckBox(tr("Picture"), boxPopWin); 1454 1457 popAlias = new QCheckBox(tr("Alias"), boxPopWin); 1455 1458 popName = new QCheckBox(tr("Name"), boxPopWin);
