]> git.lyx.org Git - features.git/commitdiff
Hint from synctex man pages
authorPavel Sanda <sanda@lyx.org>
Fri, 16 Apr 2010 22:57:37 +0000 (22:57 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 16 Apr 2010 22:57:37 +0000 (22:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34175 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPrefs.cpp

index fbf2450ffa7d105cd3b39aa2a119911252165de4..7e2f92712634532a2415fd2a402dae76dec8634c 100644 (file)
@@ -377,7 +377,7 @@ PrefOutput::PrefOutput(GuiPreferences * form)
        dviCB->addItem("yap -1 -s $$n$$t $$o");
        pdfCB->addItem("");
        pdfCB->addItem("CMCDDE SUMATRA control [ForwardSearch(\\\"$$o\\\",\\\"$$t\\\",$$n,0,0,1)]");
-       pdfCB->addItem("synctex view -i $$n:1:$$t -o $$o -x \"xpdf -raise -remote $$t.tmp $$o %{page+1}\"");
+       pdfCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"xpdf -raise -remote $$t.tmp $$o %{page+1}\"");
 }