mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
Change signal
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34173 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
70d9833e39
commit
00f6d69aac
@ -368,9 +368,9 @@ PrefOutput::PrefOutput(GuiPreferences * form)
|
||||
this, SIGNAL(changed()));
|
||||
connect(plaintextLinelengthSB, SIGNAL(valueChanged(int)),
|
||||
this, SIGNAL(changed()));
|
||||
connect(dviCB, SIGNAL(textChanged(QString)),
|
||||
connect(dviCB, SIGNAL(editTextChanged(QString)),
|
||||
this, SIGNAL(changed()));
|
||||
connect(pdfCB, SIGNAL(textChanged(QString)),
|
||||
connect(pdfCB, SIGNAL(editTextChanged(QString)),
|
||||
this, SIGNAL(changed()));
|
||||
dviCB->addItem("");
|
||||
dviCB->addItem("xdvi -sourceposition $$n:$$t $$o");
|
||||
|
Loading…
Reference in New Issue
Block a user