mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
Merge pull request #3231 from tinyboxvk/master
Update custom search URLs - Part 2
This commit is contained in:
commit
b3354b3b04
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user