VLC path label now takes text from xml

This commit is contained in:
niksedk 2014-03-17 18:17:31 +01:00
parent c6be391886
commit a5b60e8b2a

View File

@ -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;