diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-11-25 13:11:06 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-11-25 13:11:06 +0000 |
commit | 2095c06cecde2616187686e0f35e6e07461370bc (patch) | |
tree | 88e43e2ee69114a2d6b411cff5250ca95ad1f9ff /Mac/OSX/PythonLauncher/PreferencesWindowController.m | |
parent | b5c980b8028af0876e40f71c94b82cd02e327bf0 (diff) | |
download | cpython-git-2095c06cecde2616187686e0f35e6e07461370bc.tar.gz |
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.
Diffstat (limited to 'Mac/OSX/PythonLauncher/PreferencesWindowController.m')
-rw-r--r-- | Mac/OSX/PythonLauncher/PreferencesWindowController.m | 2 |
1 files changed, 1 insertions, 1 deletions
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]; } |