mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
fix issue with older versions of Adobe Reader
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37656 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2bb2756a65
commit
b0fcfc75ee
@ -143,7 +143,7 @@ Section "View PDF file"
|
||||
IntOp $R5 $R1 & 0x0000FFFF ; $R5 now contains build
|
||||
StrCpy $ViewerVersion "$R2"
|
||||
|
||||
${If} $ViewerVerion = 10
|
||||
${If} $ViewerVersion < 10
|
||||
StrCpy $DDEName "AcroView"
|
||||
${Else}
|
||||
${If} $Viewer == "AcroRd32.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user