git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5661 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-11-17 11:45:18 +00:00
parent 2e385ab589
commit a64be15d94

View File

@ -110,8 +110,8 @@ void QPrefs::apply()
QPrefUIModule * uimod(dialog_->uiModule);
rc.bind_file = uimod->uiFileED->text().latin1();
rc.ui_file = uimod->bindFileED->text().latin1();
rc.ui_file = uimod->uiFileED->text().latin1();
rc.bind_file = uimod->bindFileED->text().latin1();
rc.cursor_follows_scrollbar = uimod->cursorFollowsCB->isChecked();
rc.wheel_jump = uimod->wheelMouseSB->value();
rc.autosave = uimod->autoSaveSB->value() * 60;
@ -322,8 +322,8 @@ void QPrefs::update_contents()
QPrefUIModule * uimod(dialog_->uiModule);
uimod->uiFileED->setText(rc.bind_file.c_str());
uimod->bindFileED->setText(rc.ui_file.c_str());
uimod->uiFileED->setText(rc.ui_file.c_str());
uimod->bindFileED->setText(rc.bind_file.c_str());
uimod->cursorFollowsCB->setChecked(rc.cursor_follows_scrollbar);
uimod->wheelMouseSB->setValue(rc.wheel_jump);
// convert to minutes