aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2015-03-25 00:59:49 -0400
committerLuke <luke.pulverenti@gmail.com>2015-03-25 00:59:49 -0400
commitaa079120059699f4778d80f55e68883d75d26b3a (patch)
tree90ef957908152d11333fde96b95d609309560bb2 /MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs
parent9926be0d9de688c04065c916e44ada4177b38a80 (diff)
parent29b6ee4b6f336f08807a7ed7bdb22a1ef68269c0 (diff)
Merge pull request #1051 from MediaBrowser/dev
3.0.5557.20000 Beta
Diffstat (limited to 'MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs')
-rw-r--r--MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs b/MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs
index ef3b79699..678796532 100644
--- a/MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs
+++ b/MediaBrowser.ServerApplication/Splash/SplashForm.Designer.cs
@@ -121,9 +121,9 @@
this.lblStatus.Location = new System.Drawing.Point(3, 0);
this.lblStatus.MaximumSize = new System.Drawing.Size(0, 100);
this.lblStatus.Name = "lblStatus";
- this.lblStatus.Size = new System.Drawing.Size(469, 59);
+ this.lblStatus.Size = new System.Drawing.Size(423, 59);
this.lblStatus.TabIndex = 0;
- this.lblStatus.Text = "Loading Media Browser";
+ this.lblStatus.Text = "Loading Emby Server";
this.lblStatus.UseWaitCursor = true;
//
// panel1
@@ -162,7 +162,7 @@
this.Name = "SplashForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Media Browser";
+ this.Text = "Emby";
this.UseWaitCursor = true;
this.panelMainContainer.ResumeLayout(false);
this.panel2.ResumeLayout(false);