]> git.lyx.org Git - features.git/commitdiff
Add Skim to hints.
authorPavel Sanda <sanda@lyx.org>
Sun, 18 Apr 2010 23:52:08 +0000 (23:52 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 18 Apr 2010 23:52:08 +0000 (23:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34217 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPrefs.cpp

index 710b086231167b22b69f6c01cac75e9bf8286d77..216cb65efe71571c4c6077140a35313417f4b3b5 100644 (file)
@@ -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");
 }