mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +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))
|
||||
{
|
||||
using (var properties = new TimedTextPropertiesIms11(_subtitle))
|
||||
using (var properties = new TimedTextPropertiesImsc11(_subtitle))
|
||||
{
|
||||
properties.ShowDialog(this);
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
sealed partial class TimedTextPropertiesIms11
|
||||
sealed partial class TimedTextPropertiesImsc11
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
@ -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();
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user