mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Minor rename
This commit is contained in:
parent
40d20a70d3
commit
5ffb0f4b6b
@ -32447,7 +32447,7 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
|
|
||||||
if (ft == typeof(TimedTextImsc11))
|
if (ft == typeof(TimedTextImsc11))
|
||||||
{
|
{
|
||||||
using (var properties = new TimedTextPropertiesIms11(_subtitle))
|
using (var properties = new TimedTextPropertiesImsc11(_subtitle))
|
||||||
{
|
{
|
||||||
properties.ShowDialog(this);
|
properties.ShowDialog(this);
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
namespace Nikse.SubtitleEdit.Forms
|
namespace Nikse.SubtitleEdit.Forms
|
||||||
{
|
{
|
||||||
sealed partial class TimedTextPropertiesIms11
|
sealed partial class TimedTextPropertiesImsc11
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Required designer variable.
|
/// Required designer variable.
|
@ -7,13 +7,13 @@ using System.Xml;
|
|||||||
|
|
||||||
namespace Nikse.SubtitleEdit.Forms
|
namespace Nikse.SubtitleEdit.Forms
|
||||||
{
|
{
|
||||||
public sealed partial class TimedTextPropertiesIms11 : PositionAndSizeForm
|
public sealed partial class TimedTextPropertiesImsc11 : PositionAndSizeForm
|
||||||
{
|
{
|
||||||
private readonly Subtitle _subtitle;
|
private readonly Subtitle _subtitle;
|
||||||
private readonly XmlDocument _xml;
|
private readonly XmlDocument _xml;
|
||||||
private readonly XmlNamespaceManager _namespaceManager;
|
private readonly XmlNamespaceManager _namespaceManager;
|
||||||
|
|
||||||
public TimedTextPropertiesIms11(Subtitle subtitle)
|
public TimedTextPropertiesImsc11(Subtitle subtitle)
|
||||||
{
|
{
|
||||||
UiUtil.PreInitialize(this);
|
UiUtil.PreInitialize(this);
|
||||||
InitializeComponent();
|
InitializeComponent();
|
@ -665,11 +665,11 @@
|
|||||||
<Compile Include="Forms\SeJobs\SeJobExport.Designer.cs">
|
<Compile Include="Forms\SeJobs\SeJobExport.Designer.cs">
|
||||||
<DependentUpon>SeJobExport.cs</DependentUpon>
|
<DependentUpon>SeJobExport.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Forms\TimedTextPropertiesIms11.cs">
|
<Compile Include="Forms\TimedTextPropertiesImsc11.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Forms\TimedTextPropertiesIms11.Designer.cs">
|
<Compile Include="Forms\TimedTextPropertiesImsc11.Designer.cs">
|
||||||
<DependentUpon>TimedTextPropertiesIms11.cs</DependentUpon>
|
<DependentUpon>TimedTextPropertiesImsc11.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Forms\TimedTextPropertiesItunes.cs">
|
<Compile Include="Forms\TimedTextPropertiesItunes.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
@ -1924,8 +1924,8 @@
|
|||||||
<EmbeddedResource Include="Forms\ShotChanges\AdjustTimingViaShotChanges.resx">
|
<EmbeddedResource Include="Forms\ShotChanges\AdjustTimingViaShotChanges.resx">
|
||||||
<DependentUpon>AdjustTimingViaShotChanges.cs</DependentUpon>
|
<DependentUpon>AdjustTimingViaShotChanges.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Forms\TimedTextPropertiesIms11.resx">
|
<EmbeddedResource Include="Forms\TimedTextPropertiesImsc11.resx">
|
||||||
<DependentUpon>TimedTextPropertiesIms11.cs</DependentUpon>
|
<DependentUpon>TimedTextPropertiesImsc11.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Forms\TimedTextPropertiesItunes.resx">
|
<EmbeddedResource Include="Forms\TimedTextPropertiesItunes.resx">
|
||||||
<DependentUpon>TimedTextPropertiesItunes.cs</DependentUpon>
|
<DependentUpon>TimedTextPropertiesItunes.cs</DependentUpon>
|
||||||
|
Loading…
Reference in New Issue
Block a user