From: Pavel Sanda Date: Sun, 18 Apr 2010 23:52:08 +0000 (+0000) Subject: Add Skim to hints. X-Git-Tag: 2.0.0~3406 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=baf3cc15e1aa7a4b5c629bebd541ca218d8855ab;p=features.git Add Skim to hints. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34217 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 710b086231..216cb65efe 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -382,6 +382,7 @@ PrefOutput::PrefOutput(GuiPreferences * form) pdfCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"xpdf -raise -remote $$t.tmp $$o %{page+1}\""); pdfCB->addItem("okular --unique $$o#src:$$n$$t"); pdfCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"evince -p %{page+1} $$o\""); + pdfCB->addItem("/Applications/Skim.app/Contents/SharedSupport/displayline $$n $$o $$t"); }