]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Thu, 22 Apr 2010 17:12:51 +0000 (17:12 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 22 Apr 2010 17:12:51 +0000 (17:12 +0000)
- Cleaned up a style issue

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3252 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Program.cs

index bf4f317c28d849627132abbc9f4d093682d0a63d..9c454648ed3494db089105cee4d9af5076ae1afb 100644 (file)
@@ -37,8 +37,11 @@ namespace Handbrake
 \r
             if (missingFiles != string.Empty)\r
             {\r
-                MessageBox.Show(failedInstall + missingFiles + "\n\n"+ nightlyCLIMissing, "Error", MessageBoxButtons.OK,\r
-                                MessageBoxIcon.Error);\r
+                MessageBox.Show(\r
+                    failedInstall + missingFiles + "\n\n" + nightlyCLIMissing,\r
+                    "Error",\r
+                    MessageBoxButtons.OK,\r
+                    MessageBoxIcon.Error);\r
                 return;\r
             }\r
 \r