From b0ff277b8a98cceb22edd091ae8b0504a9a8a6d0 Mon Sep 17 00:00:00 2001 From: Gabriel Wong Date: Mon, 20 Nov 2017 14:36:47 +0700 Subject: [PATCH] Use new way of showing config window in about --- .../Keyman4MacIM/KMAboutWindow/KMAboutWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.m b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.m index c3ad55c7c9..5d5539e871 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.m +++ b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.m @@ -39,7 +39,7 @@ - (IBAction)configAction:(id)sender { NSLog(@"Calling showPreferences from About window (i.e., the old way)..."); - [self.AppDelegate.inputController showPreferences:sender]; + [self.AppDelegate showConfigurationWindow]; NSLog(@"Back from showPreferences. Closing About window..."); [self close]; }