瀏覽代碼

update messages

Luke Pulverenti 8 年之前
父節點
當前提交
45c7c253d2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.ServerApplication/MainStartup.cs

+ 2 - 2
MediaBrowser.ServerApplication/MainStartup.cs

@@ -769,7 +769,7 @@ namespace MediaBrowser.ServerApplication
                 return;
                 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
             try
             {
             {
@@ -823,7 +823,7 @@ namespace MediaBrowser.ServerApplication
                 return;
                 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
             try
             {
             {