Skip to content

Commit

Permalink
change name of pdf preview pref
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed May 3, 2012
1 parent 4a998eb commit 19813b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public PrefValue<String> rootDocument()

public PrefValue<String> pdfPreview()
{
return string("pdf_preview", getDefaultPdfPreview());
return string("pdf_previewer", getDefaultPdfPreview());
}

public PrefValue<Boolean> alwaysEnableRnwConcordance()
Expand Down

0 comments on commit 19813b6

Please sign in to comment.