Browse Source

update messages

Luke Pulverenti 8 years ago
parent
commit
45c7c253d2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MediaBrowser.ServerApplication/MainStartup.cs

+ 2 - 2
MediaBrowser.ServerApplication/MainStartup.cs

@@ -769,7 +769,7 @@ namespace MediaBrowser.ServerApplication
                 return;
             }
 
-            MessageBox.Show("The Visual C++ 2013 Runtime will now be installed.");
+            MessageBox.Show("The Visual C++ 2013 Runtime will now be installed.", "Install Visual C++ Runtime", MessageBoxButtons.OK, MessageBoxIcon.Information);
 
             try
             {
@@ -823,7 +823,7 @@ namespace MediaBrowser.ServerApplication
                 return;
             }
 
-            MessageBox.Show("The Visual C++ 2015 Runtime will now be installed.");
+            MessageBox.Show("The Visual C++ 2015 Runtime will now be installed.", "Install Visual C++ Runtime", MessageBoxButtons.OK, MessageBoxIcon.Information);
 
             try
             {