From 4fc80f4bbdb7dcfd46a926a93e4aa72bfc0d42a2 Mon Sep 17 00:00:00 2001 From: Didier Korthoudt Date: Tue, 16 Apr 2019 10:25:52 +0200 Subject: [PATCH] A3-CPApplication --- AppKit/CPApplication.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPApplication.j b/AppKit/CPApplication.j index 0a1c5fd05..501506512 100644 --- a/AppKit/CPApplication.j +++ b/AppKit/CPApplication.j @@ -1375,7 +1375,7 @@ var _CPAppBootstrapperActions = nil; var defaultThemeName = [CPApplication defaultThemeName], themeURL = nil; - if (defaultThemeName === @"Aristo" || defaultThemeName === @"Aristo2") + if (defaultThemeName === @"Aristo" || defaultThemeName === @"Aristo2" || defaultThemeName === @"Aristo3") themeURL = [[CPBundle bundleForClass:[CPApplication class]] pathForResource:defaultThemeName + @".blend"]; else themeURL = [[CPBundle mainBundle] pathForResource:defaultThemeName + @".blend"];