Making App tab the last one again.
1.1 --- a/Server/MainForm.Designer.cs Mon Feb 09 22:47:13 2015 +0100
1.2 +++ b/Server/MainForm.Designer.cs Mon Feb 09 22:50:43 2015 +0100
1.3 @@ -510,8 +510,8 @@
1.4 this.tabControl.Controls.Add(this.tabPageDisplay);
1.5 this.tabControl.Controls.Add(this.tabPageClients);
1.6 this.tabControl.Controls.Add(this.tabPageDesign);
1.7 + this.tabControl.Controls.Add(this.tabPageAudio);
1.8 this.tabControl.Controls.Add(this.tabPageApp);
1.9 - this.tabControl.Controls.Add(this.tabPageAudio);
1.10 this.tabControl.Location = new System.Drawing.Point(12, 139);
1.11 this.tabControl.Name = "tabControl";
1.12 this.tabControl.SelectedIndex = 0;
2.1 --- a/Server/SharpDisplayManager.csproj Mon Feb 09 22:47:13 2015 +0100
2.2 +++ b/Server/SharpDisplayManager.csproj Mon Feb 09 22:50:43 2015 +0100
2.3 @@ -31,7 +31,7 @@
2.4 <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
2.5 <WebPage>index.htm</WebPage>
2.6 <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
2.7 - <ApplicationRevision>0</ApplicationRevision>
2.8 + <ApplicationRevision>1</ApplicationRevision>
2.9 <ApplicationVersion>0.2.1.%2a</ApplicationVersion>
2.10 <UseApplicationTrust>false</UseApplicationTrust>
2.11 <CreateDesktopShortcut>true</CreateDesktopShortcut>