Update custom search URLs - Part 2

Missed these in the previous PR
This commit is contained in:
tinyboxvk 2018-12-11 21:59:25 +00:00 committed by GitHub
parent 77309e7fc3
commit 092cef20ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -869,9 +869,9 @@ $HorzAlign = Center
public VideoControlsSettings()
{
CustomSearchText1 = "The Free Dictionary";
CustomSearchUrl1 = "http://www.thefreedictionary.com/{0}";
CustomSearchUrl1 = "https://www.thefreedictionary.com/{0}";
CustomSearchText2 = "Wikipedia";
CustomSearchUrl2 = "http://en.m.wikipedia.org/wiki?search={0}";
CustomSearchUrl2 = "https://en.wikipedia.org/wiki?search={0}";
LastActiveTab = "Translate";
WaveformDrawGrid = true;