From 2095c06cecde2616187686e0f35e6e07461370bc Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 25 Nov 2002 13:11:06 +0000 Subject: Lots of restructuring, mostly suggested by Bill Bumgarner. Main externally visible difference is that the factory defaults are now in a plist file in the bundle, in stead of being hard-coded in the application. --- Mac/OSX/PythonLauncher/PreferencesWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mac/OSX/PythonLauncher/PreferencesWindowController.m') diff --git a/Mac/OSX/PythonLauncher/PreferencesWindowController.m b/Mac/OSX/PythonLauncher/PreferencesWindowController.m index 88421627bb..79344f6a4d 100644 --- a/Mac/OSX/PythonLauncher/PreferencesWindowController.m +++ b/Mac/OSX/PythonLauncher/PreferencesWindowController.m @@ -62,7 +62,7 @@ - (IBAction)do_reset:(id)sender { - [self load_defaults]; + [settings reset]; [self update_display]; } -- cgit v1.2.1