bugfix #4
This commit is contained in:
parent
7729376fcd
commit
7f6a3d2df9
2
Mk0.Software.ImageSorter/Main.Designer.cs
generated
2
Mk0.Software.ImageSorter/Main.Designer.cs
generated
@ -693,7 +693,7 @@
|
||||
this.MinimumSize = new System.Drawing.Size(983, 605);
|
||||
this.Name = "Main";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Image Sorter v1.51 | © 2015-2020 by mk0.at";
|
||||
this.Text = "Image Sorter v1.52 | © 2015-2020 by mk0.at";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
|
||||
this.Load += new System.EventHandler(this.Main_Load);
|
||||
this.Shown += new System.EventHandler(this.Main_Shown);
|
||||
|
@ -50,6 +50,7 @@ namespace Mk0.Software.ImageSorter
|
||||
public Main()
|
||||
{
|
||||
InitializeComponent();
|
||||
defaultWindowName = Text;
|
||||
banner = new Banner(components, panelBanner, pictureBoxBanner1, pictureBoxBanner2, labelBanner1, labelBanner2);
|
||||
pictureBoxImage.Cursor = grabCursor;
|
||||
DoubleBuffered = true;
|
||||
@ -81,9 +82,7 @@ namespace Mk0.Software.ImageSorter
|
||||
ProcessParameters(null, Args);
|
||||
Args = null;
|
||||
}
|
||||
|
||||
defaultWindowName = Text;
|
||||
|
||||
|
||||
AutoUpdater.ShowSkipButton = false;
|
||||
AutoUpdater.Start("https://software.mk0.at/update/imagesorter.xml");
|
||||
}
|
||||
|
@ -33,7 +33,7 @@
|
||||
<PublisherName>manuelkamper.com</PublisherName>
|
||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.51.0.0</ApplicationVersion>
|
||||
<ApplicationVersion>1.52.0.0</ApplicationVersion>
|
||||
<UseApplicationTrust>true</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
<ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
|
||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
|
||||
// übernehmen, indem Sie "*" eingeben:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.51.*")]
|
||||
[assembly: AssemblyVersion("1.52.*")]
|
||||
//[assembly: AssemblyFileVersion("1.6.0.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user