diff --git a/OpenRA.WindowsLauncher/Program.cs b/OpenRA.WindowsLauncher/Program.cs index 00748d1489..2336b79b32 100644 --- a/OpenRA.WindowsLauncher/Program.cs +++ b/OpenRA.WindowsLauncher/Program.cs @@ -167,7 +167,7 @@ namespace OpenRA.WindowsLauncher { try { - Process.Start(faqUrl); + SDL.SDL_OpenURL(faqUrl); } catch { } break; @@ -177,7 +177,7 @@ namespace OpenRA.WindowsLauncher { try { - Process.Start(Path.Combine(Platform.SupportDir, "Logs")); + SDL.SDL_OpenURL(Path.Combine(Platform.SupportDir, "Logs")); } catch { } break;