mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fixed wrong language tag in "Beamer"
This commit is contained in:
parent
ac85ef8eae
commit
0c0d3b080d
@ -38,7 +38,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
_subtitle = subtitle;
|
||||
_index = index;
|
||||
|
||||
LanguageStructure.ChangeCasing language = Configuration.Settings.Language.ChangeCasing;
|
||||
LanguageStructure.Beamer language = Configuration.Settings.Language.Beamer;
|
||||
Text = language.Title;
|
||||
groupBoxImageSettings.Text = Configuration.Settings.Language.ExportPngXml.ImageSettings;
|
||||
labelSubtitleFont.Text = Configuration.Settings.Language.ExportPngXml.FontFamily;
|
||||
@ -557,7 +557,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
timer1.Stop();
|
||||
Cursor.Show();
|
||||
FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
BackColor = Control.DefaultBackColor;
|
||||
BackColor = DefaultBackColor;
|
||||
WindowState = FormWindowState.Normal;
|
||||
_showIndex = -2;
|
||||
_fullscreen = false;
|
||||
|
Loading…
Reference in New Issue
Block a user