Use SDL.SDL_OpenURL instead of Process.Start to open FAQ and Logs
This commit is contained in:
@@ -167,7 +167,7 @@ namespace OpenRA.WindowsLauncher
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Process.Start(faqUrl);
|
SDL.SDL_OpenURL(faqUrl);
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
break;
|
break;
|
||||||
@@ -177,7 +177,7 @@ namespace OpenRA.WindowsLauncher
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Process.Start(Path.Combine(Platform.SupportDir, "Logs"));
|
SDL.SDL_OpenURL(Path.Combine(Platform.SupportDir, "Logs"));
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user