readying for se 3.0... trying again - unstable inet connection :(

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@27 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2010-10-12 17:48:52 +00:00
parent 541c99efa9
commit 159f31e1d1
4 changed files with 8 additions and 7 deletions

View File

@ -87,7 +87,7 @@ namespace Nikse.SubtitleEdit.Forms
if (versionInfo.Length >= 3 && versionInfo[2] != "0") if (versionInfo.Length >= 3 && versionInfo[2] != "0")
_title += "." + versionInfo[2]; _title += "." + versionInfo[2];
_title = "Subtitle Edit 3.0 RC1"; _title = "Subtitle Edit 3.0 RC2";
} }
return _title; return _title;
@ -176,6 +176,7 @@ namespace Nikse.SubtitleEdit.Forms
panelWaveFormControls.Visible = Configuration.Settings.General.ShowWaveForm; panelWaveFormControls.Visible = Configuration.Settings.General.ShowWaveForm;
trackBarWaveFormPosition.Visible = Configuration.Settings.General.ShowWaveForm; trackBarWaveFormPosition.Visible = Configuration.Settings.General.ShowWaveForm;
toolStripButtonToogleWaveForm.Checked = Configuration.Settings.General.ShowWaveForm; toolStripButtonToogleWaveForm.Checked = Configuration.Settings.General.ShowWaveForm;
toolStripButtonToogleVideo.Checked = Configuration.Settings.General.ShowVideoPlayer;
string fileName = string.Empty; string fileName = string.Empty;
string[] args = Environment.GetCommandLineArgs(); string[] args = Environment.GetCommandLineArgs();

BIN
src/Icons/SE.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -6,11 +6,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("SubtitleEdit")] [assembly: AssemblyTitle("SubtitleEdit")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("Subtitle Edit")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("Nikse")]
[assembly: AssemblyProduct("SubtitleEdit")] [assembly: AssemblyProduct("SubtitleEdit")]
[assembly: AssemblyCopyright("")] [assembly: AssemblyCopyright("Nikse")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -31,4 +31,4 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
//[assembly: AssemblyVersion("3.0.0.*")] [assembly: AssemblyVersion("3.0.0.*")]

View File

@ -13,7 +13,7 @@
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper> <IsWebBootstrapper>false</IsWebBootstrapper>
<ApplicationIcon>SE.ico</ApplicationIcon> <ApplicationIcon>Icons\SE.ico</ApplicationIcon>
<ManifestCertificateThumbprint>DCCE7922B5E425ADB221E06DC2FB405664CF8F63</ManifestCertificateThumbprint> <ManifestCertificateThumbprint>DCCE7922B5E425ADB221E06DC2FB405664CF8F63</ManifestCertificateThumbprint>
<ManifestKeyFile>SubtitleEdit_TemporaryKey.pfx</ManifestKeyFile> <ManifestKeyFile>SubtitleEdit_TemporaryKey.pfx</ManifestKeyFile>
<GenerateManifests>true</GenerateManifests> <GenerateManifests>true</GenerateManifests>
@ -794,7 +794,7 @@
<Content Include="Resources\sv-SE.xml"> <Content Include="Resources\sv-SE.xml">
<SubType>Designer</SubType> <SubType>Designer</SubType>
</Content> </Content>
<Content Include="SE.ico" /> <Content Include="Icons\SE.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <BootstrapperPackage Include="Microsoft.Net.Client.3.5">