fix elseif, bug report by Boris Chesnokov 2:5020/2141.727

This commit is contained in:
Michael Dukelsky 2018-08-16 13:00:01 +03:00
parent 8455057d00
commit 670c7248cc

View File

@ -752,7 +752,7 @@ PeekURLOptions FromTop, Sort
if W32 if W32
// Use default system browser in Windows // Use default system browser in Windows
URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls start "" @url URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls start "" @url
elsif unix elseif unix
// Use Mozilla firefox in linux (Should be installed!) // Use Mozilla firefox in linux (Should be installed!)
URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls firefox @url URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls firefox @url
// To use text browser Lynx comment out previous line // To use text browser Lynx comment out previous line