aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-12 01:07:01 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-12 01:07:01 -0400
commit45c7c253d205d49b998156a24caf86970c3a39e9 (patch)
treef6c24e673d5108dfb185b64030381658a6f9e529
parent260f2da0a1563916a75045eaf57e4ff8639994f2 (diff)
update messages
-rw-r--r--MediaBrowser.ServerApplication/MainStartup.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs
index ed02b2f9b..a4bbd65d0 100644
--- a/MediaBrowser.ServerApplication/MainStartup.cs
+++ b/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
{