mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
VLC path label now takes text from xml
This commit is contained in:
parent
c6be391886
commit
a5b60e8b2a
@ -141,6 +141,8 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
textBoxVlcPath.Left = labelVideoPlayerVLC.Left + labelVideoPlayerVLC.Width + 5;
|
||||
textBoxVlcPath.Width = buttonVlcPathBrowse.Left - textBoxVlcPath.Left - 5;
|
||||
|
||||
labelVlcPath.Text = Configuration.Settings.Language.Settings.VlcBrowseToLabel;
|
||||
|
||||
checkBoxVideoPlayerShowStopButton.Checked = gs.VideoPlayerShowStopButton;
|
||||
checkBoxVideoPlayerShowMuteButton.Checked = gs.VideoPlayerShowMuteButton;
|
||||
checkBoxVideoPlayerShowFullscreenButton.Checked = gs.VideoPlayerShowFullscreenButton;
|
||||
|
Loading…
Reference in New Issue
Block a user