Minor rename

This commit is contained in:
Nikolaj Olsson 2024-03-15 16:12:33 +01:00
parent 40d20a70d3
commit 5ffb0f4b6b
5 changed files with 9 additions and 9 deletions

View File

@ -32447,7 +32447,7 @@ namespace Nikse.SubtitleEdit.Forms
if (ft == typeof(TimedTextImsc11))
{
using (var properties = new TimedTextPropertiesIms11(_subtitle))
using (var properties = new TimedTextPropertiesImsc11(_subtitle))
{
properties.ShowDialog(this);
}

View File

@ -1,6 +1,6 @@
namespace Nikse.SubtitleEdit.Forms
{
sealed partial class TimedTextPropertiesIms11
sealed partial class TimedTextPropertiesImsc11
{
/// <summary>
/// Required designer variable.

View File

@ -7,13 +7,13 @@ using System.Xml;
namespace Nikse.SubtitleEdit.Forms
{
public sealed partial class TimedTextPropertiesIms11 : PositionAndSizeForm
public sealed partial class TimedTextPropertiesImsc11 : PositionAndSizeForm
{
private readonly Subtitle _subtitle;
private readonly XmlDocument _xml;
private readonly XmlNamespaceManager _namespaceManager;
public TimedTextPropertiesIms11(Subtitle subtitle)
public TimedTextPropertiesImsc11(Subtitle subtitle)
{
UiUtil.PreInitialize(this);
InitializeComponent();

View File

@ -665,11 +665,11 @@
<Compile Include="Forms\SeJobs\SeJobExport.Designer.cs">
<DependentUpon>SeJobExport.cs</DependentUpon>
</Compile>
<Compile Include="Forms\TimedTextPropertiesIms11.cs">
<Compile Include="Forms\TimedTextPropertiesImsc11.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\TimedTextPropertiesIms11.Designer.cs">
<DependentUpon>TimedTextPropertiesIms11.cs</DependentUpon>
<Compile Include="Forms\TimedTextPropertiesImsc11.Designer.cs">
<DependentUpon>TimedTextPropertiesImsc11.cs</DependentUpon>
</Compile>
<Compile Include="Forms\TimedTextPropertiesItunes.cs">
<SubType>Form</SubType>
@ -1924,8 +1924,8 @@
<EmbeddedResource Include="Forms\ShotChanges\AdjustTimingViaShotChanges.resx">
<DependentUpon>AdjustTimingViaShotChanges.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TimedTextPropertiesIms11.resx">
<DependentUpon>TimedTextPropertiesIms11.cs</DependentUpon>
<EmbeddedResource Include="Forms\TimedTextPropertiesImsc11.resx">
<DependentUpon>TimedTextPropertiesImsc11.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TimedTextPropertiesItunes.resx">
<DependentUpon>TimedTextPropertiesItunes.cs</DependentUpon>