fix elseif, bug report by Boris Chesnokov 2:5020/2141.727
This commit is contained in:
parent
8455057d00
commit
670c7248cc
@ -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
|
||||||
|
Reference in New Issue
Block a user