From 45c59661c82a9a2015a9a183fbc3e65534698ca1 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 25 Jul 2017 11:02:59 -0400 Subject: [PATCH] Revert "Gtk to Gtk3" --- TrueCraft.Launcher/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrueCraft.Launcher/Program.cs b/TrueCraft.Launcher/Program.cs index 7d9a01f..5539c8c 100644 --- a/TrueCraft.Launcher/Program.cs +++ b/TrueCraft.Launcher/Program.cs @@ -14,7 +14,7 @@ namespace TrueCraft.Launcher public static void Main(string[] args) { if (RuntimeInfo.IsLinux) - Application.Initialize(ToolkitType.Gtk3); + Application.Initialize(ToolkitType.Gtk); else if (RuntimeInfo.IsMacOSX) Application.Initialize(ToolkitType.Gtk); // TODO: Cocoa else if (RuntimeInfo.IsWindows)